Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
botway(fix): fix remove task
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Jun 30, 2023
1 parent f91fa89 commit 3ceed50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tasks:

remove:
cmds:
- if [ -f {{ .BOTWAY_UNIX_PATH }} ]; then rm {{ .BOTWAY_UNIX_PATH }}; fi
- if [ -f {{ .BOTWAY_UNIX_PATH }}/botway ]; then sudo rm {{ .BOTWAY_UNIX_PATH }}/botway; fi

install:
cmds:
Expand Down

0 comments on commit 3ceed50

Please sign in to comment.