summaryrefslogtreecommitdiffhomepage
path: root/.circleci/release.sh
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/release.sh')
-rwxr-xr-x.circleci/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/release.sh b/.circleci/release.sh
index 4643d39..05de9f1 100755
--- a/.circleci/release.sh
+++ b/.circleci/release.sh
@@ -4,7 +4,7 @@ set -o nounset -o errexit -o pipefail
TAG="$1"
SUFFIX="linux-$(uname -m)"
USER="jaspervdj"
-REPOSITORY="$(basename *.cabal ".cabal")"
+REPOSITORY="$(basename -- *.cabal ".cabal")"
BINARY="$REPOSITORY"
echo "Tag: $TAG"