浏览代码

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


正在加载...
取消
保存