Fix typo in netrc machine name
[ci-management.git] / jjb / dcae / script-apod-analytics-merge.sh
index da37978..a42da6f 100755 (executable)
@@ -12,7 +12,7 @@ REPO="${NEXUSPROXY}/content/sites/raw"
 
 #Create a netrc file for use with curl
 NETRC=$(mktemp)
-echo "machine nexus.dcaeapod.org login $USER password $PASS" > "$NETRC"
+echo "machine nexus.openecomp.org login $USER password $PASS" > "$NETRC"
 
 #Write an envionment var for the netrc location since it's a temp file
 echo "NETRC=$NETRC" > "$WORKSPACE/netrc_env.txt"