mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-10268: Fix typo (#2495)
This fixes typo introduced in PR #2433
This commit is contained in:
parent
9645d9c34c
commit
af52b1a873
@ -106,7 +106,7 @@ function packaging() {
|
|||||||
|
|
||||||
if echo "$VERSION" | grep -q SNAPSHOT ; then
|
if echo "$VERSION" | grep -q SNAPSHOT ; then
|
||||||
if [ -n "$4" ] ; then
|
if [ -n "$4" ] ; then
|
||||||
DEFREL="-D_rel ${BRAND}${INDICATOR0}.$4"
|
DEFREL="-D_rel ${BRAND}${INDICATOR}.$4"
|
||||||
else
|
else
|
||||||
DEFREL="-D_rel ${BRAND}${INDICATOR}"
|
DEFREL="-D_rel ${BRAND}${INDICATOR}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user