diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-06-08 14:23:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-08 14:23:58 -0400 |
commit | 51a4f39bf097b6acef51b827f4dfe2212642b478 (patch) | |
tree | dc6c091af739db2f09678500f4c3413164aada65 /hack/push-release.sh | |
parent | 7c6d6a7e1bba389ebbeec5fd5170a8b8dff6c442 (diff) | |
parent | 32b7b0aba720502c528d38af74a7b6163d0ec6fa (diff) | |
download | openshift-51a4f39bf097b6acef51b827f4dfe2212642b478.tar.gz openshift-51a4f39bf097b6acef51b827f4dfe2212642b478.tar.bz2 openshift-51a4f39bf097b6acef51b827f4dfe2212642b478.tar.xz openshift-51a4f39bf097b6acef51b827f4dfe2212642b478.zip |
Merge pull request #4330 from codificat/20170531-image-rename
Merged by openshift-bot
Diffstat (limited to 'hack/push-release.sh')
-rwxr-xr-x | hack/push-release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/push-release.sh b/hack/push-release.sh index 8639143af..131ed83ca 100755 --- a/hack/push-release.sh +++ b/hack/push-release.sh @@ -12,7 +12,7 @@ set -o pipefail STARTTIME=$(date +%s) OS_ROOT=$(dirname "${BASH_SOURCE}")/.. -PREFIX="${PREFIX:-openshift/openshift-ansible}" +PREFIX="${PREFIX:-openshift/origin-ansible}" # Go to the top of the tree. cd "${OS_ROOT}" |