Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Jan 9, 2024
1 parent 1f913fd commit 3f9e65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/dist-installer-cli
Original file line number Diff line number Diff line change
Expand Up @@ -3972,7 +3972,7 @@ parse_opt(){
if test -n "${import_only}"; then
die 1 "The option '--import-only' option can only be set when the guest is 'whonix'."
fi
if test -n "${destroy_all}}"; then
if test -n "${destroy_all}"; then
die 1 "The option '--destroy-all' option can only be set when the guest is 'whonix'."
fi
fi
Expand Down

0 comments on commit 3f9e65f

Please sign in to comment.