Skip to content

Commit

Permalink
Include 2249 too
Browse files Browse the repository at this point in the history
  • Loading branch information
stbenjam committed Aug 28, 2019
1 parent 94f6a66 commit 11f4429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocp_install_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function extract_installer() {
function clone_installer() {
# Clone repo, if not already present
if [[ ! -d $OPENSHIFT_INSTALL_PATH ]]; then
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/2277.patch
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/2277.patch https://patch-diff.githubusercontent.com/raw/openshift/installer/pull/2249.patch
fi
}

Expand Down

0 comments on commit 11f4429

Please sign in to comment.