From f3e4fca41585206002eb59ac1f0a5e972396db75 Mon Sep 17 00:00:00 2001 From: Aine Date: Sun, 14 Jul 2024 13:24:32 +0300 Subject: [PATCH] uncomment update-self --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 8a2eefd2b..a20fabaac 100644 --- a/justfile +++ b/justfile @@ -14,7 +14,7 @@ roles: fi # Updates requirements.yml if there are any new tags available. Supported flags: -u (update roles, if any new tags are available) -update *flags: #update-self +update *flags: update-self #!/usr/bin/env sh if [ -x "$(command -v agru)" ]; then echo {{ if flags == "" { "installing roles..." } else if flags == "-u" { "updating roles..." } else { "unknown flag passed" } }}