Skip to content

Commit

Permalink
Fix another PWD error
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Sep 5, 2024
1 parent 17e6712 commit 7c20180
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ function update_configs() {
cd cfg || exit 1
git_save_pull
fi
cd "$SCRIPT_ROOT" || exit 1
local sub_cfg
for sub_cfg in ./cfg/*/
do
Expand Down

0 comments on commit 7c20180

Please sign in to comment.