diff options
| author | David Hovey <david@hoveytech.com> | 2019-06-06 12:11:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-06 12:11:35 -0700 |
| commit | 60ab42517181e73307f1916147192aede0498fc4 (patch) | |
| tree | 8210690ccf54eb86dd23d41056cfea85549079c3 /icons | |
| parent | 849efd24bc154da63abec484e0f454c7e7fd24ef (diff) | |
Update update-visio.sh
Fix for visio script
Diffstat (limited to 'icons')
| -rw-r--r-- | icons/tools/update-visio.sh | 2 |
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 |
