소스 검색

gluon-autoupdater: typo corrected

Nils Schneider 10 년 전
부모
커밋
8e73ff90a0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/gluon-autoupdater/files/usr/sbin/autoupdater

+ 1 - 1
package/gluon-autoupdater/files/usr/sbin/autoupdater

@@ -91,7 +91,7 @@ fi
 grep -q "^BRANCH=${BRANCH}$" $manifest_upper
 
 if test $? -ne 0; then
-  echo "Wrong branch. We'are on ${BRANCH}" >&2
+  echo "Wrong branch. We are on ${BRANCH}" >&2
   exit 1
 fi