From e9c5f0ba4ae9836eab1252af8100c7b14428bc0c Mon Sep 17 00:00:00 2001 From: Richard LT Date: Sun, 7 Oct 2018 20:35:59 +0200 Subject: [PATCH] fix: build.sh doc --- docker/base/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/base/build.sh b/docker/base/build.sh index daf1ce11..bc55d84f 100644 --- a/docker/base/build.sh +++ b/docker/base/build.sh @@ -19,7 +19,7 @@ # FLAG_TAGS - Optional tag flag to set on the Go builder # FLAG_LDFLAGS - Optional ldflags flag to set on the Go builder # FLAG_BUILDMODE - Optional buildmode flag to set on the Go builder -# TARGETS - Comma separated list of build targets to compile for +# TARGETS - Space separated list of build targets to compile for # GO_VERSION - Bootstrapped version of Go to disable uncupported targets # EXT_GOPATH - GOPATH elements mounted from the host filesystem