From 2ba680ef4cdd8f6429f74a6339f55f2d9548eda3 Mon Sep 17 00:00:00 2001 From: Sauyon Lee Date: Fri, 8 Nov 2019 17:23:35 -0800 Subject: [PATCH] autobuilder: Add a missing newline to the usage blurb --- extractor/cli/go-autobuilder/go-autobuilder.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extractor/cli/go-autobuilder/go-autobuilder.go b/extractor/cli/go-autobuilder/go-autobuilder.go index b264ec576fe..23a705dafd0 100644 --- a/extractor/cli/go-autobuilder/go-autobuilder.go +++ b/extractor/cli/go-autobuilder/go-autobuilder.go @@ -29,7 +29,8 @@ dependencies. This behavior can be further customized using environment variables: setting LGTM_INDEX_NEED_GOPATH to 'false' disables the GOPATH set-up, LGTM_INDEX_BUILD_COMMAND can be set to a newline-separated -list of commands to run in order to install dependencies, and LGTM_INDEX_IMPORT_PATH can be used to override the package import path, which is otherwise inferred from the SEMMLE_REPO_URL environment +list of commands to run in order to install dependencies, and LGTM_INDEX_IMPORT_PATH can be used to +override the package import path, which is otherwise inferred from the SEMMLE_REPO_URL environment variable. `, os.Args[0])