Fixed indention

This commit is contained in:
Moritz Kaspar Rudert (mortzu) 2015-08-08 15:28:28 +02:00
parent e0d05683c5
commit 113ba2b34c
1 changed files with 1 additions and 1 deletions

View File

@ -107,5 +107,5 @@ make manifest
cd ..
if [ -n "$KEYFILE" -a -r "$KEYFILE" ]; then
"${GLUON_DIR}/contrib/sign.sh" "$KEYFILE" "${GLUON_DIR}/images/sysupgrade/${GLUON_BRANCH}.manifest"
"${GLUON_DIR}/contrib/sign.sh" "$KEYFILE" "${GLUON_DIR}/images/sysupgrade/${GLUON_BRANCH}.manifest"
fi