From bf2f08c1d004db969a928c827696969d90041cf6 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Mon, 9 Sep 2024 16:12:46 -0300 Subject: [PATCH] fix: make install work --- Hacefile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: