Skip to content

Commit

Permalink
Mark state init as stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Sep 11, 2023
1 parent 8ff3fb2 commit 39bf2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/state/internal/cmdtree/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ func newInitCommand(prime *primer.Values) *captain.Command {
func(ccmd *captain.Command, _ []string) error {
return initRunner.Run(&params)
},
).SetGroup(EnvironmentSetupGroup).SetUnstable(true)
).SetGroup(EnvironmentSetupGroup)
}

0 comments on commit 39bf2f3

Please sign in to comment.