diff --git a/scripts/build.sh b/scripts/build.sh index e386f7497..c7ed8b675 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -27,6 +27,7 @@ go get ./... echo "==> Removing old directory..." rm -f bin/* rm -rf pkg/* +mkdir -p bin/ # If its dev mode, only build for ourself if [ "${TF_DEV}x" != "x" ]; then