From 0b474d935c7ba6cbd70fa001fc6b9133b8999ea5 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 12 Jun 2017 19:23:04 -0400 Subject: [PATCH] Fix typo in WORKSPACE name Change-Id: I27608a7db9ec47b4bd0c95226a08d5346f236d8b Signed-off-by: Thanh Ha --- shell/maven-stage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/maven-stage.sh b/shell/maven-stage.sh index 09681eb4..d39d7732 100644 --- a/shell/maven-stage.sh +++ b/shell/maven-stage.sh @@ -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" -- 2.16.6