Skip to content

Commit

Permalink
feat: add circleci for slug options (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkzilla authored Dec 11, 2023
1 parent 6589ef6 commit 32bdb6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/orb.go
Original file line number Diff line number Diff line change
Expand Up @@ -1286,8 +1286,8 @@ func initOrb(opts orbOptions) error {
if !useDefaultVcs {
vcsSelect := "github"
prompt = &survey.Select{
Message: "Are you using GitHub or Bitbucket?",
Options: []string{"GitHub", "Bitbucket"},
Message: "Are you using GitHub or Bitbucket or GitHub app (if GH App use circleci as the entry)?",
Options: []string{"GitHub", "Bitbucket", "circleci"},
}
err = survey.AskOne(prompt, &vcsSelect)
if err != nil {
Expand Down

0 comments on commit 32bdb6c

Please sign in to comment.