Skip to content

Commit 7a30fe1

Browse files
committed
fix build script to ensure bin is a directory
1 parent f91fd09 commit 7a30fe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
set -ex
44

5-
go build -o bin ./...
5+
go build -o bin/ ./...

0 commit comments

Comments
 (0)