Brian O'Connor
Committed by Gerrit Code Review

Fixing typo in onos-release script

Change-Id: Iadb45290a57d90dad4fb0595461bee72acbfeee6
...@@ -28,7 +28,7 @@ onos-build-docs ...@@ -28,7 +28,7 @@ onos-build-docs
28 # Build ONOS archetypes & deploy to staging repo using the release profile. 28 # Build ONOS archetypes & deploy to staging repo using the release profile.
29 # Note that release of the staging repository is a separate manual step. 29 # Note that release of the staging repository is a separate manual step.
30 cd tools/package/archetype 30 cd tools/package/archetype
31 -mvn clean install && onos-archetype-test && mvn -Prelease clean deploy 31 +mvn clean install && onos-archetypes-test && mvn -Prelease clean deploy
32 32
33 # Commit newly versioned artifacts and issue a tag. 33 # Commit newly versioned artifacts and issue a tag.
34 git commit -a -m"Tagging $NEW_VERSION" 34 git commit -a -m"Tagging $NEW_VERSION"
......