We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6866b commit 55a606dCopy full SHA for 55a606d
internal/command/workspace_new.go
@@ -111,7 +111,7 @@ func (c *WorkspaceNewCommand) Run(args []string) int {
111
112
if l, ok := b.(*local.Local); ok {
113
if _, ok := l.Backend.(*backendPluggable.Pluggable); ok {
114
- // Obtaining the state manager will not have created the state file as a side effect
+ // Obtaining the state manager would have not created the state file as a side effect
115
// if a pluggable state store is in use.
116
//
117
// Instead, explicitly create the new workspace by saving an empty state file.
0 commit comments