Browse Source

Typos

pull/1328/head
Seth Vargo 9 years ago
parent
commit
593452b422
  1. 2
      Makefile
  2. 2
      scripts/build.sh

2
Makefile

@ -12,7 +12,7 @@ all: deps format
bin: generate
@sh -c "'$(CURDIR)/scripts/build.sh'"
# dev creates binares for testing locally. There are put into ./bin and $GOPATH
# dev creates binaries for testing locally - these are put into ./bin and $GOPATH
dev: generate
@CONSUL_DEV=1 sh -c "'$(CURDIR)/scripts/build.sh'"

2
scripts/build.sh

@ -30,7 +30,7 @@ rm -f bin/*
rm -rf pkg/*
mkdir -p bin/
# If its dev mode, only build for ourself
# If it's dev mode, only build for ourself
if [ "${CONSUL_DEV}x" != "x" ]; then
XC_OS=$(go env GOOS)
XC_ARCH=$(go env GOARCH)

Loading…
Cancel
Save