diff options
author | Case Duckworth | 2022-07-06 20:51:02 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-06 20:51:02 -0500 |
commit | 46c6648d76b4518cd9efc98bbe47c4b45d403e71 (patch) | |
tree | d1303436c6ae73691feff16945818faec34b9100 | |
parent | Update to version 1.0 (diff) | |
download | licensor-46c6648d76b4518cd9efc98bbe47c4b45d403e71.tar.gz licensor-46c6648d76b4518cd9efc98bbe47c4b45d403e71.zip |
Fix bug
-rwxr-xr-x | licensor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/licensor b/licensor index 47da938..cdeb5ce 100755 --- a/licensor +++ b/licensor | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # Constants | 3 | # Constants |
4 | PRGN="${0##*/}" | 4 | PRGN="${0##*/}" |
5 | LICENSOR_CACHE="${XDG_CACHE_HOME:-$HOME/.cache/licensor" | 5 | LICENSOR_CACHE="${XDG_CACHE_HOME:-$HOME/.cache}/licensor" |
6 | # Configuration | 6 | # Configuration |
7 | : "${LICENSE_REPO_VERSION:=3.17}" | 7 | : "${LICENSE_REPO_VERSION:=3.17}" |
8 | : "${LICENSE_REPO_URL:=https://github.com/spdx/license-list-data/archive/refs/tags/v$LICENSE_REPO_VERSION.tar.gz}" | 8 | : "${LICENSE_REPO_URL:=https://github.com/spdx/license-list-data/archive/refs/tags/v$LICENSE_REPO_VERSION.tar.gz}" |