fix(common): Fix dumb typo in bash alternate-value expansion

Missing a :
Perhaps I'm getting to clever with my shell for my own good.
This commit is contained in:
Michael Marineau 2014-02-10 21:56:59 -08:00
parent 7453f7b749
commit e6739a22a8

View File

@ -322,7 +322,7 @@ fi
# Full version string.
COREOS_VERSION_ID="${COREOS_BUILD}.${COREOS_BRANCH}.${COREOS_PATCH}"
COREOS_VERSION_STRING="${COREOS_VERSION_ID}${COREOS_BUILD_ID++}${COREOS_BUILD_ID}"
COREOS_VERSION_STRING="${COREOS_VERSION_ID}${COREOS_BUILD_ID:++}${COREOS_BUILD_ID}"
# Calculate what today's build version should be, used by release
# scripts to provide a reasonable default value. The value is the number