diff --git a/project/justfile b/project/justfile index f332e43..6695314 100644 --- a/project/justfile +++ b/project/justfile @@ -9,18 +9,18 @@ default: # Builds and fills the templates into the .build directory. [group('build')] build: - @gum spin --title="Building project..." -- bash -xc "hpa build &>/dev/null" + @gum spin --title="Building project..." -- bash -xc "aap build &>/dev/null" # Build & generate an HTML report. [group("generate")] html: - @gum spin --title="Generating html..." -- bash -xc "hpa generate html &>/dev/null" + @gum spin --title="Generating html..." -- bash -xc "aap generate html &>/dev/null" @xdg-open Report.html & # Build & generate a PDF report. [group("generate")] pdf: - @gum spin --title="Generating pdf..." -- bash -xc "hpa generate pdf &>/dev/null" + @gum spin --title="Generating pdf..." -- bash -xc "aap generate pdf &>/dev/null" @pidof zathura &>/dev/null || xdg-open Report.pdf & # Copy files to cloud storage directory. @@ -35,12 +35,12 @@ cloud-storage: [group("generate")] [group("debug")] latex: - @gum spin --title="Generating latex..." -- baxh -xc "hpa generate latex &>/dev/null" + @gum spin --title="Generating latex..." -- baxh -xc "aap generate latex &>/dev/null" @xdg-open Report.tex & [group('utilities')] edit-vault: - @hpa ansible-vault edit --vault-password /run/secrets/vault-pass vault.yml + @aap ansible-vault edit --vault-password /run/secrets/vault-pass vault.yml [group('utilities')] clean: