diff --git a/hack/bundle-automation/generate-shell.py b/hack/bundle-automation/generate-shell.py index 0a470175c..cac41855e 100644 --- a/hack/bundle-automation/generate-shell.py +++ b/hack/bundle-automation/generate-shell.py @@ -38,7 +38,7 @@ def main(args): start_time = time.time() # Record start time repo_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "tmp/dev-tools") # Destination path for cloned repository. - clone_repository("https://github.com/dislbenn/installer-dev-tools.git", repo_path) + clone_repository("https://github.com/stolostron/installer-dev-tools.git", repo_path) script_dir = "tmp/dev-tools/bundle-generation" if args.lint_bundles: