We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2828f78 commit d4ae521Copy full SHA for d4ae521
install.sh
@@ -5,7 +5,7 @@ PSCALE_CLI_HELPER_SCRIPTS_NAME=pscale-workflow-helper-scripts
5
PSCALE_SCRIPTS_DIR=.pscale/
6
7
curl -L -o ${PSCALE_CLI_HELPER_SCRIPTS_NAME}.zip https://github.com/jonico/pscale-cli-helper-scripts/archive/refs/tags/${RELEASE_VERSION}.zip
8
-unzip ${PSCALE_CLI_HELPER_SCRIPTS_NAME}.zip
+unzip -o ${PSCALE_CLI_HELPER_SCRIPTS_NAME}.zip
9
10
# create .pscale directory
11
mkdir -p ${PSCALE_SCRIPTS_DIR}
0 commit comments