File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ github.com/cweill/gotests/gotests@latest
88github.com/josharian/impl@latest
99golang.org/x/lint/golint@latest
1010github.com/haya14busa/goplay/cmd/goplay@latest
11- github.com/766b/go-outliner@latest
11+ github.com/766b/go-outliner@latest
You can’t perform that action at this time.
0 commit comments