summaryrefslogtreecommitdiffstats
path: root/shell/oom-create-netrc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shell/oom-create-netrc.sh')
-rw-r--r--shell/oom-create-netrc.sh2
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:)