Whitespace fix

make the indentation consistent with the rest of the file
This commit is contained in:
Andrew Scheller
2013-08-22 02:25:47 +01:00
parent ec1ef11c92
commit 0c159dc347

View File

@@ -108,9 +108,9 @@ function finalise {
if [[ ${FW_REV} == "" ]]; then
echo " *** Storing current firmware revision"
eval ${GITCMD} rev-parse ${BRANCH} > "${FW_PATH}/.firmware_revision"
else
echo ${FW_REV} > "${FW_PATH}/.firmware_revision"
fi
else
echo ${FW_REV} > "${FW_PATH}/.firmware_revision"
fi
echo " *** Syncing changes to disk"
sync
}