From 2828f78b03e1ecebab270b95d3ab51855edf3f05 Mon Sep 17 00:00:00 2001 From: Johannes Nicolai Date: Wed, 2 Feb 2022 17:15:34 +0100 Subject: [PATCH] Updated repo name --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a1460f7..12e05f6 100755 --- a/install.sh +++ b/install.sh @@ -24,7 +24,7 @@ rm ${PSCALE_CLI_HELPER_SCRIPTS_NAME}.zip rm -rf ${PSCALE_CLI_HELPER_SCRIPTS_NAME}-${RELEASE_VERSION} echo -echo "Successfully installed pscale-cli-helper-scripts" +echo "Successfully installed pscale-workflow-helper-scripts" echo echo "Please run 'git add .pscale .github/workflows' and commit changes using 'git commit -m \"Add pscale helper scripts and IssueOps workflows\"'" echo "Then run 'git push' to push changes"