Skip to content

Commit 4930cd7

Browse files
committed
chore(go): Add final new line to share/tools.txt
1 parent 8d1fe32 commit 4930cd7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/go/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ install_go_tools() {
248248
local go_tools_list_tmpfile
249249
go_tools_list_tmpfile=$(mktemp)
250250
cat ./share/tools.txt >"$go_tools_list_tmpfile"
251-
[[ "$GOLANGCI_LINT_VERSION" != "none" ]] && "$(get_golangci_package_path "$GOLANGCI_LINT_VERSION")" >>"$go_tools_list_tmpfile"
251+
[[ "$GOLANGCI_LINT_VERSION" != "none" ]] && echo "$(get_golangci_package_path "$GOLANGCI_LINT_VERSION")" >>"$go_tools_list_tmpfile"
252252
[[ "$INSTALL_AIR" == "true" ]] && echo "github.com/air-verse/air@latest" >>"$go_tools_list_tmpfile"
253253
[[ "$INSTALL_COBRA_CLI" == "true" ]] && echo "github.com/spf13/cobra-cli@latest" >>"$go_tools_list_tmpfile"
254254

src/go/share/tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ github.com/cweill/gotests/gotests@latest
88
github.com/josharian/impl@latest
99
golang.org/x/lint/golint@latest
1010
github.com/haya14busa/goplay/cmd/goplay@latest
11-
github.com/766b/go-outliner@latest
11+
github.com/766b/go-outliner@latest

0 commit comments

Comments
 (0)