Skip to content

Commit 43de3c4

Browse files
committed
Use different installer patch
1 parent 40cda3c commit 43de3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocp_install_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function extract_installer() {
5050
function clone_installer() {
5151
# Clone repo, if not already present
5252
if [[ ! -d $OPENSHIFT_INSTALL_PATH ]]; then
53-
sync_repo_and_patch go/src/github.com/openshift/installer https://github.com/openshift/installer.git https://patch-diff.githubusercontent.com/raw/openshift/installer/pull/2837.patch
53+
sync_repo_and_patch go/src/github.com/openshift/installer https://github.com/openshift/installer.git https://patch-diff.githubusercontent.com/raw/openshift/installer/pull/2821.patch
5454
fi
5555
}
5656

0 commit comments

Comments
 (0)