Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:michaelb/sniprun into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed Jul 27, 2024
2 parents 5fa8396 + c1a677b commit 893d996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local_version="v$(grep ^version Cargo.toml | cut -d "\"" -f 2)"

force_build=$1
current_branch=$(git rev-parse --abbrev-ref HEAD)
if [ "$current_branch" == "dev" ]; then
if [ "$current_branch" = "dev" ]; then
force_build=1
fi

Expand Down

0 comments on commit 893d996

Please sign in to comment.