diff options
Diffstat (limited to '')
-rwxr-xr-x | modules/system/secrets/update_secrets.sh (renamed from modules/system/secrets/update.sh) | 2 | ||||
-rwxr-xr-x | pkgs/update_pkgs.sh (renamed from pkgs/update.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/secrets/update.sh b/modules/system/secrets/update_secrets.sh index edc4ae8a..877d2892 100755 --- a/modules/system/secrets/update.sh +++ b/modules/system/secrets/update_secrets.sh @@ -10,7 +10,7 @@ trap cleanup EXIT update_lf_cd_paths() { echo "Starting to update the lf/cd_paths file.." - cd "$(git rev-parse --show-toplevel)/sys/secrets" || { + cd "$(git rev-parse --show-toplevel)/modules/system/secrets" || { echo "A secrets dir does not exist! (This is most likely a bug)" exit 1 } diff --git a/pkgs/update.sh b/pkgs/update_pkgs.sh index 0a8c4cfc..0a8c4cfc 100755 --- a/pkgs/update.sh +++ b/pkgs/update_pkgs.sh |