Skip to content

Commit 3100f47

Browse files
authoredApr 29, 2019
fixed minor bug
1 parent a9e8c73 commit 3100f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#Build linux-version first and determine the build-version
44
GOOS=linux GOARCH=amd64 go build -ldflags '-s -w -extldflags "-static"' .
5-
BUILD_VERSION=$(space-cloud -v | cut -f3 -d ' ')
5+
BUILD_VERSION=$(./space-cloud -v | cut -f3 -d ' ')
66

77
mkdir linux && mkdir windows && mkdir darwin
88
zip space-cloud.zip space-cloud

0 commit comments

Comments
 (0)
Please sign in to comment.