Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 899ae10

Browse files
Max SchaeferGitHub Enterprise
authored andcommitted
Merge pull request #182 from sauyon/fix-newline
autobuilder: Add a missing newline to the usage blurb
2 parents 4e4d94d + 2ba680e commit 899ae10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extractor/cli/go-autobuilder/go-autobuilder.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ dependencies.
2929
3030
This behavior can be further customized using environment variables: setting LGTM_INDEX_NEED_GOPATH
3131
to 'false' disables the GOPATH set-up, LGTM_INDEX_BUILD_COMMAND can be set to a newline-separated
32-
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
32+
list of commands to run in order to install dependencies, and LGTM_INDEX_IMPORT_PATH can be used to
33+
override the package import path, which is otherwise inferred from the SEMMLE_REPO_URL environment
3334
variable.
3435
`,
3536
os.Args[0])

0 commit comments

Comments
 (0)