Skip to content

Commit

Permalink
Mark state commit as unstable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Oct 24, 2023
1 parent fb0e921 commit e7e2e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/state/internal/cmdtree/commit.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func newCommitCommand(prime *primer.Values) *captain.Command {
},
)

cmd.SetGroup(EnvironmentSetupGroup)
cmd.SetGroup(EnvironmentSetupGroup).SetUnstable(true)

return cmd
}

0 comments on commit e7e2e2c

Please sign in to comment.