Skip to content

Commit

Permalink
Fix unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
haggen committed Jun 3, 2021
1 parent 975aef1 commit fa422b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if ! scripts/lint "$target"; then
exit 1
fi

scripts/bump "--$bump" "$target"
scripts/bump "--${bump=patch}" "$target"

release="$(scripts/inspect "$target")"
tag="$(scripts/inspect -t "$target")"
Expand Down

0 comments on commit fa422b1

Please sign in to comment.