diff options
-rw-r--r-- | shell/oom-create-netrc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/oom-create-netrc.sh b/shell/oom-create-netrc.sh index 4b076a67b..1b273b1cc 100644 --- a/shell/oom-create-netrc.sh +++ b/shell/oom-create-netrc.sh @@ -40,7 +40,7 @@ fi if [ "$SERVER_ID" == "ossrh" ]; then machine="oss.sonatype.org" else - machine=$(echo "$DOCKER_URL" | awk -F/ '{print $3}') + machine=$(echo "$DOCKER_URL") fi user=$(echo "$CREDENTIAL" | cut -f1 -d:) |