1
0
mirror of https://github.com/freifunk-gluon/packages.git synced 2024-06-15 19:54:07 +02:00

gluon-autoupdater: typo corrected

This commit is contained in:
Nils Schneider 2014-01-19 23:19:55 +01:00
parent 858f9d7c9a
commit 6d0234a813

View File

@ -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