Skip to content

Commit

Permalink
Merge pull request #2845 from ActiveState/mitchell/dx-2295
Browse files Browse the repository at this point in the history
Mark `state commit` as unstable.
  • Loading branch information
mitchell-as authored Oct 24, 2023
2 parents 976f51a + e7e2e2c commit aba5abc
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 aba5abc

Please sign in to comment.