Skip to content

Commit

Permalink
fix typo in build.sh: simlify -> simplify (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
antont authored and Jonne Nauha committed Sep 26, 2017
1 parent 9bc909f commit 1e77281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for goos in linux darwin windows ; do
for goarch in amd64 386; do
# path
outdir="bin/$goos/$goarch"
path="$outdir/obj-simlify"
path="$outdir/obj-simplify"
if [ $goos = windows ] ; then
path=$path.exe
fi
Expand All @@ -36,7 +36,7 @@ go env > .goenv
source .goenv
rm .goenv

echo -e "\nRelease done: $(./bin/$GOOS/$GOARCH/obj-simlify --version)"
echo -e "\nRelease done: $(./bin/$GOOS/$GOARCH/obj-simplify --version)"
for goos in linux darwin windows ; do
for goarch in amd64 386; do
path=bin/release/$goos-$goarch.tar.gz
Expand Down

0 comments on commit 1e77281

Please sign in to comment.