Skip to content

Commit

Permalink
Fix nested secrets path
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Apr 26, 2024
1 parent 045ce4b commit 3fd1535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ function update_configs() {
then
log "found config directory cfg/cfg-secrets"
log "updating config secrets ..."
cd cfg-secrets || exit 1
cd cfg/cfg-secrets || exit 1
git_save_pull
fi
cd "$SCRIPT_ROOT" || exit 1
Expand Down

0 comments on commit 3fd1535

Please sign in to comment.