Skip to content

Commit

Permalink
exit with an error when unable to delete old fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Feb 26, 2020
1 parent ea6607e commit ff496ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/wizard.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ function ask_remove_font() {
flowing Please %Bdelete%b these files and run '%2Fp10k%f %Bconfigure%b.'
fi
print
exit 0
exit 1
fi
if (( $#fonts == 1 )); then
flowing -c "%BDelete this file?%b"
Expand Down

0 comments on commit ff496ab

Please sign in to comment.