소스 검색

Fix copr package name

Alois Mahdal 8 년 전
부모
커밋
111ac21423
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      trigger_copr

+ 1
- 1
trigger_copr 파일 보기

104
     CoprProject=$1
104
     CoprProject=$1
105
     test -n "$CoprProject" || usage
105
     test -n "$CoprProject" || usage
106
     which copr >/dev/null \
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
     if test -n "$Branch"; then
108
     if test -n "$Branch"; then
109
         die "not implemented"
109
         die "not implemented"
110
         test -n "$Version" || Version=$(git_guess ver)
110
         test -n "$Version" || Version=$(git_guess ver)