Procházet zdrojové kódy

uncomment update-self

pull/3410/head
Aine před 2 roky
rodič
revize
f3e4fca415
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 34969C908CCA2804
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      justfile

+ 1
- 1
justfile Zobrazit soubor

@@ -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" } }}


Načítá se…
Zrušit
Uložit