Skip to content

Commit

Permalink
fix update script
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed Nov 9, 2024
1 parent 97b91fa commit 1ceaf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/bootstrap/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ else
fi

# This script should run from repo/software dir
pushd "$(dirname "$0")"/../.. || exit_fail
pushd ../.. || exit_fail

### Will not switch branch to master!
git pull
Expand Down

0 comments on commit 1ceaf14

Please sign in to comment.