Skip to content

Commit 66d1062

Browse files
committed
Escape brackets in FILE_SUFFIX
1 parent 18e0537 commit 66d1062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ script:
2121
before_deploy:
2222
- >
2323
for TARGET in $GOTIFY_VERSIONS; do
24-
make GOTIFY_VERSION="$TARGET" FILE_SUFFIX="(for-gotify-$TARGET)" build;
24+
make GOTIFY_VERSION="$TARGET" FILE_SUFFIX="\(for-gotify-$TARGET\)" build;
2525
done
2626
2727
deploy:

0 commit comments

Comments
 (0)