Skip to content

Commit 4035a38

Browse files
authored
Clone installer to correct directory (#1737)
1 parent 39a6bd2 commit 4035a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03_build_installer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source validation.sh
1212
function clone_installer() {
1313
# Clone repo, if not already present
1414
if [[ ! -d $OPENSHIFT_INSTALL_PATH ]]; then
15-
sync_repo_and_patch go/src/github.com/openshift/installer https://github.com/openshift/installer.git
15+
sync_repo_and_patch "$(realpath -m --relative-to "${REPO_PATH:-$HOME}" "${OPENSHIFT_INSTALL_PATH}")" https://github.com/openshift/installer.git
1616
fi
1717
}
1818

0 commit comments

Comments
 (0)