Brian O'Connor

fixing typo in onos-release

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