Skip to content

Commit d4ae521

Browse files
authored
Override older versions of pscale helper scripts
1 parent 2828f78 commit d4ae521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PSCALE_CLI_HELPER_SCRIPTS_NAME=pscale-workflow-helper-scripts
55
PSCALE_SCRIPTS_DIR=.pscale/
66

77
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
8+
unzip -o ${PSCALE_CLI_HELPER_SCRIPTS_NAME}.zip
99

1010
# create .pscale directory
1111
mkdir -p ${PSCALE_SCRIPTS_DIR}

0 commit comments

Comments
 (0)