Fix typo in WORKSPACE name 86/5186/1 v0.3.3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 12 Jun 2017 23:23:04 +0000 (19:23 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 12 Jun 2017 23:23:08 +0000 (19:23 -0400)
Change-Id: I27608a7db9ec47b4bd0c95226a08d5346f236d8b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell/maven-stage.sh

index 09681eb..d39d773 100644 (file)
@@ -24,7 +24,7 @@ staging_repo=$(sed -n -e 's/Staging repository \(.*\) created\./\1/p' "$TMP_FILE
 
 # Store repo info to a file in archives
 mkdir -p "$WORKSPACE/archives"
-echo "$staging_repo" > "$WORSPACE/archives/staging-repo.txt"
+echo "$staging_repo" > "$WORKSPACE/archives/staging-repo.txt"
 
 # Cleanup
 rm "$TMP_FILE"