ソースを参照

uncomment update-self

pull/3410/head
Aine 2年前
コミット
f3e4fca415
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 34969C908CCA2804
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      justfile

+ 1
- 1
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" } }}


読み込み中…
キャンセル
保存