diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-02-09 11:04:43 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-02-09 11:04:43 +0100 |
commit | d6c62bcbfc681c539cc39d554dac42a9725e1f20 (patch) | |
tree | 370a9ac6aee62776bae795a12cf11e5c6c8ddea9 /postbuild.sh | |
parent | 4f5f496c282e3cac8df016cce727a783240daa9b (diff) | |
download | hoverbit-ble-d6c62bcbfc681c539cc39d554dac42a9725e1f20.tar.gz hoverbit-ble-d6c62bcbfc681c539cc39d554dac42a9725e1f20.zip |
:hammer: Remove / from cache_url
Diffstat (limited to 'postbuild.sh')
-rwxr-xr-x | postbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postbuild.sh b/postbuild.sh index 614bbc7..1c48fd8 100755 --- a/postbuild.sh +++ b/postbuild.sh @@ -1,5 +1,5 @@ #!/bin/bash -PUBLISH_URL="/" +PUBLISH_URL="" cd "dist" || exit 1 |