瀏覽代碼

Fix copr package name

Alois Mahdal 6 年之前
父節點
當前提交
111ac21423
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      trigger_copr

+ 1
- 1
trigger_copr 查看文件

@@ -104,7 +104,7 @@ main() {
104 104
     CoprProject=$1
105 105
     test -n "$CoprProject" || usage
106 106
     which copr >/dev/null \
107
-     || die "copr not found, try 'sudo install python-copr'"
107
+     || die "copr not found, try 'sudo install copr-cli'"
108 108
     if test -n "$Branch"; then
109 109
         die "not implemented"
110 110
         test -n "$Version" || Version=$(git_guess ver)