Skip to content

Commit

Permalink
build.sh: fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavyHorst committed Oct 7, 2017
1 parent 5f990e8 commit 66e7c05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ do
echo "Build remco for $os"
GOOS=${os} CGO_ENABLED=0 go build -a -tags netgo -o bin/remco_${os} -ldflags \
"-w -X 'main.version=$version'
-X 'main.buildDate=$date'
-X 'main.commit=$commit'" \
github.com/HeavyHorst/remco/cmd/remco
-X 'main.buildDate=$date'
-X 'main.commit=$commit'" \
github.com/HeavyHorst/remco/cmd/remco

cd bin && zip -r remco_${version}_${os}_amd64.zip remco_${os} && cd ..
done

0 comments on commit 66e7c05

Please sign in to comment.