Skip to content

Commit f49ab8c

Browse files
committed
fix bug causing build scripts to download everytime
1 parent b4b17e4 commit f49ab8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pull-scripts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd $(dirname $0)
66
source ./version
77

88
if ls ../bin/charts-build-scripts 1>/dev/null 2>/dev/null; then
9-
CURRENT_SCRIPT_VERSION=$(../bin/charts-build-scripts --version | cut -d' ' -f3)
9+
CURRENT_SCRIPT_VERSION="v$(../bin/charts-build-scripts --version | cut -d' ' -f3)"
1010
if [[ "${CURRENT_SCRIPT_VERSION}" == "${CHARTS_BUILD_SCRIPT_VERSION}" ]]; then
1111
exit 0
1212
fi

0 commit comments

Comments
 (0)