summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icons/tools/update-visio.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/tools/update-visio.sh b/icons/tools/update-visio.sh
index 5b24dedb..70f352d7 100644
--- a/icons/tools/update-visio.sh
+++ b/icons/tools/update-visio.sh
@@ -3,7 +3,7 @@
CONTENT_PATH="${PWD}/png"
OUTPUT_FILENAME="kubernetes-visio-stencil"
-curl -s -N https://raw.githubusercontent.com/hoveytechllc/visio-stencil-creator/master/scripts/build-and-run.sh | bash -s --content-path=${CONTENT_PATH} --output-filename=${OUTPUT_FILENAME}
+curl -s -N https://raw.githubusercontent.com/hoveytechllc/visio-stencil-creator/master/scripts/build-and-run.sh | bash -s -- --content-path=${CONTENT_PATH} --output-filename=${OUTPUT_FILENAME}
if [ -f ${CONTENT_PATH}/${OUTPUT_FILENAME}.vssx ]; then
mv ${CONTENT_PATH}/${OUTPUT_FILENAME} ./visio/${OUTPUT_FILENAME}.vssx