Skip to content

Commit 55a606d

Browse files
committed
docs: Fix code comment
1 parent fe6866b commit 55a606d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/command/workspace_new.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func (c *WorkspaceNewCommand) Run(args []string) int {
111111

112112
if l, ok := b.(*local.Local); ok {
113113
if _, ok := l.Backend.(*backendPluggable.Pluggable); ok {
114-
// Obtaining the state manager will not have created the state file as a side effect
114+
// Obtaining the state manager would have not created the state file as a side effect
115115
// if a pluggable state store is in use.
116116
//
117117
// Instead, explicitly create the new workspace by saving an empty state file.

0 commit comments

Comments
 (0)