Skip to content

Commit d1f8d44

Browse files
typo
1 parent bc99562 commit d1f8d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/cli/command/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ func getStack(ctx context.Context, ec elicitations.Controller, sm stacks.Manager
13161316
}
13171317

13181318
// This code unfortunately replicates the provider precedence rules in the
1319-
// RoomCmd's PersistentPreRunE func, I think we should avoid reading the
1319+
// RootCmd's PersistentPreRunE func, I think we should avoid reading the
13201320
// stack file during startup, and only read it here instead.
13211321
if os.Getenv("DEFANG_STACK") != "" || RootCmd.PersistentFlags().Changed("stack") {
13221322
whence = "stack file"

0 commit comments

Comments
 (0)