Skip to content

Commit 94f7bbb

Browse files
author
Samuel Vandamme
committed
Fixed extra {} in name
1 parent ccb4e89 commit 94f7bbb

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
@@ -7,7 +7,7 @@ install:
77
- export GOPATH=`pwd`
88
- mkdir -p bin
99
script:
10-
- go build -o bin/coscale-cli-{$GIMME_OS} coscale
10+
- go build -o bin/coscale-cli-$GIMME_OS coscale
1111
deploy:
1212
provider: releases
1313
api_key:

0 commit comments

Comments
 (0)