mirror of https://github.com/apache/cloudstack.git
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 [ -n "$4" ] ; then
|
||||
DEFREL="-D_rel ${BRAND}${INDICATOR0}.$4"
|
||||
DEFREL="-D_rel ${BRAND}${INDICATOR}.$4"
|
||||
else
|
||||
DEFREL="-D_rel ${BRAND}${INDICATOR}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue