diff --git a/Hacefile.yml b/Hacefile.yml index 3598d41..70e7e37 100644 --- a/Hacefile.yml +++ b/Hacefile.yml @@ -35,10 +35,10 @@ tasks: phony: true always_run: true dependencies: - - bin/tartrazine + - bin/{{NAME}} commands: | - rm ${HOME}/.local/bin/{{NAME}} - cp bin/hace ${HOME}/.local/bin/{{NAME}} + rm ${HOME}/.local/bin/{{NAME}} -f + cp bin/{{NAME}} ${HOME}/.local/bin/{{NAME}} static: outputs: