diff --git a/internal/command/init.go b/internal/command/init.go index 238bc98d95..8c44b67e9f 100644 --- a/internal/command/init.go +++ b/internal/command/init.go @@ -92,7 +92,7 @@ func (c *InitCommand) Run(args []string) int { } if err := c.storePluginPath(c.pluginPath); err != nil { - 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)) view.Diagnostics(diags) return 1 }