summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmvn-phase-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mvn-phase-lib.sh b/mvn-phase-lib.sh
index 5a25896..2483b08 100755
--- a/mvn-phase-lib.sh
+++ b/mvn-phase-lib.sh
@@ -251,7 +251,7 @@ upload_raw_file()
if [ "$MVN_DEPLOYMENT_TYPE" == 'SNAPSHOT' ]; then
SEND_TO="${REPO}/${MVN_PROJECT_GROUPID}/snapshots"
elif [ "$MVN_DEPLOYMENT_TYPE" == 'STAGING' ]; then
- SEND_TO="${REPO}/{$MVN_PROJECT_GROUPID}/releases"
+ SEND_TO="${REPO}/${MVN_PROJECT_GROUPID}/releases"
else
echo "Unreconfnized deployment type, quit"
exit