Open rhmdnd opened 2 years ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: rhmdnd
To complete the pull request process, please assign kyl-bempah after the PR has been reviewed.
You can assign the PR to them by writing /assign @kyl-bempah
in a comment when ready.
The full list of commands accepted by this bot can be found here.
@rhmdnd: PR needs rebase.
This installation script must have been shuffled around from the root of the repository since it contained relative paths to files and directories available from the repository root. Following the directions in the multiclusterengine/ directory results in a failed deploy because the script assumes those relative paths.
This commit updates the script so that it installs cleanly by updating the relative paths.
Closes #242