Skip to content

Commit

Permalink
Fixed build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hamstah committed Apr 30, 2018
1 parent 895cb6c commit 0c6cdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
base=$(dirname $0)/..

mkdir -p ${base}/bin
rm ${base}/bin/*.asc
rm -f ${base}/bin/*.asc

echo "Building"
find ${base} -name "main.go" | while read src; do
Expand Down

0 comments on commit 0c6cdc3

Please sign in to comment.