Skip to content

Commit

Permalink
docs: remove preview message. Now GA
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTryon committed May 15, 2023
1 parent 5ff92b4 commit 4d9dbe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/orb.go
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,6 @@ func inlineIncludes(node *yaml.Node, orbRoot string) error {
func initOrb(opts orbOptions) error {
orbPath := opts.args[0]
var err error
fmt.Println("Note: This command is in preview. Please report any bugs! https://github.com/CircleCI-Public/circleci-cli/issues/new/choose")

fullyAutomated := 0
prompt := &survey.Select{
Expand Down

0 comments on commit 4d9dbe5

Please sign in to comment.