Skip to content

Commit

Permalink
Adding force to removing file
Browse files Browse the repository at this point in the history
  • Loading branch information
gwendolyngoetz committed Aug 27, 2023
1 parent ea832b5 commit f111c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ uninstall:
ifeq ($(OS),Windows_NT)
@if exist "%LOCALAPPDATA%\prompt" rmdir "%LOCALAPPDATA%\prompt" /s /q
else
@rm $${HOME}/.local/bin/prompt
@rm -f $${HOME}/.local/bin/prompt
endif
@echo Uninstalled prompt

Expand Down

0 comments on commit f111c26

Please sign in to comment.