Skip to content

Commit a53093b

Browse files
committed
Remove brackets from filename
1 parent 66d1062 commit a53093b

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)