mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-13 16:06:59 +02:00
Merge pull request #174 from marineam/fix-plus
fix(common): Fix dumb typo in bash alternate-value expansion
This commit is contained in:
commit
2d20e79b38
@ -322,7 +322,7 @@ fi
|
|||||||
|
|
||||||
# Full version string.
|
# Full version string.
|
||||||
COREOS_VERSION_ID="${COREOS_BUILD}.${COREOS_BRANCH}.${COREOS_PATCH}"
|
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
|
# Calculate what today's build version should be, used by release
|
||||||
# scripts to provide a reasonable default value. The value is the number
|
# scripts to provide a reasonable default value. The value is the number
|
||||||
|
Loading…
Reference in New Issue
Block a user