Skip to content

Commit 22c5c11

Browse files
committed
Updates to the correct file name with the deploy script
1 parent cc34900 commit 22c5c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helm_deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
if [ -z "$1" ] || [ -z "$2" ]
1212
then
13-
echo './bin/deploy RELEASE_NAME NAMESPACE'
13+
echo './bin/helm_deploy RELEASE_NAME NAMESPACE'
1414
exit 1
1515
fi
1616
release_name="${1}"

0 commit comments

Comments
 (0)