Skip to content

Commit

Permalink
fix bug in release script
Browse files Browse the repository at this point in the history
tek committed May 30, 2024
1 parent 8b617cf commit b7c7b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/release.nix
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@
abort
}
if [[ $1 == '-n' ]]
if [[ ''${1-} == '-n' ]]
then
export hix_release_dry_run=1
shift

0 comments on commit b7c7b0e

Please sign in to comment.