Skip to content

Commit b7c7b0e

Browse files
committed
fix bug in release script
1 parent 8b617cf commit b7c7b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/release.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
abort
5252
}
5353
54-
if [[ $1 == '-n' ]]
54+
if [[ ''${1-} == '-n' ]]
5555
then
5656
export hix_release_dry_run=1
5757
shift

0 commit comments

Comments
 (0)