diff options
| author | David Hovey <david@hoveytech.com> | 2019-06-06 11:52:14 -0700 |
|---|---|---|
| committer | David Hovey <david@hoveytech.com> | 2019-06-06 11:52:14 -0700 |
| commit | 97cf0c1c913b2078f19559646ded444f270c107f (patch) | |
| tree | 91f7ccae676b59750dedcbeddebda52246c094e1 | |
| parent | ad8546ddfd326ca88193678bd168a89084e81bc7 (diff) | |
Fixed path of png 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 58bdd27e..5b24dedb 100644 --- a/icons/tools/update-visio.sh +++ b/icons/tools/update-visio.sh @@ -1,6 +1,6 @@ #/bin/bash -CONTENT_PATH="${PWD}/../png" +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} |
