From 8e73ff90a05cf32914688ee8a0d6ba82fda2d810 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sun, 19 Jan 2014 23:19:55 +0100 Subject: [PATCH] gluon-autoupdater: typo corrected --- package/gluon-autoupdater/files/usr/sbin/autoupdater | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-autoupdater/files/usr/sbin/autoupdater b/package/gluon-autoupdater/files/usr/sbin/autoupdater index c18e27fc..3c03a8b5 100755 --- a/package/gluon-autoupdater/files/usr/sbin/autoupdater +++ b/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