Explorar el Código

uncomment update-self

pull/3410/head
Aine hace 2 años
padre
commit
f3e4fca415
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 34969C908CCA2804
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      justfile

+ 1
- 1
justfile Ver fichero

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


Cargando…
Cancelar
Guardar