We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b617cf commit b7c7b0eCopy full SHA for b7c7b0e
lib/release.nix
@@ -51,7 +51,7 @@
51
abort
52
}
53
54
- if [[ $1 == '-n' ]]
+ if [[ ''${1-} == '-n' ]]
55
then
56
export hix_release_dry_run=1
57
shift
0 commit comments