We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a695e commit 5046377Copy full SHA for 5046377
internal/command/init.go
@@ -92,7 +92,7 @@ func (c *InitCommand) Run(args []string) int {
92
}
93
94
if err := c.storePluginPath(c.pluginPath); err != nil {
95
- diags = diags.Append(fmt.Errorf("Error saving -plugin-path values: %s", err))
+ diags = diags.Append(fmt.Errorf("Error saving -plugin-dir to workspace directory: %s", err))
96
view.Diagnostics(diags)
97
return 1
98
0 commit comments