Skip to content

Commit 3e2f2ee

Browse files
machadoithjrocha
authored andcommitted
fix: Fix registry option for ESLint
1 parent ea53c39 commit 3e2f2ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/tools-installer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ func InstallTool(name string, toolInfo *plugins.ToolInfo, registry string) error
5757
// For runtime-based tools
5858
fmt.Printf("Installing %s using %s runtime...\n", name, toolInfo.Runtime)
5959
return installRuntimeTool(name, toolInfo, registry)
60-
6160
}
6261

6362
func installRuntimeTool(name string, toolInfo *plugins.ToolInfo, registry string) error {

0 commit comments

Comments
 (0)