Skip to content

Commit

Permalink
project_create.go: help message word correction
Browse files Browse the repository at this point in the history
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
  • Loading branch information
ethan committed Aug 12, 2019
1 parent 05d4f29 commit a600ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brig/cmd/brig/commands/project_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func projectCreateVCSOrNoVCS(p *brigade.Project, store storage.Store) error {
Name: "VCSOrNoVCS",
Prompt: &survey.Select{
Message: "VCS or no-VCS project?",
Help: "Does your Prject require the pull of a repo stored on a Version Control System (e.g. GitHub or BitBucket)?",
Help: "Does your Project require the pull of a repo stored on a Version Control System (e.g. GitHub or BitBucket)?",
Options: []string{"VCS", "no-VCS"},
},
},
Expand Down

0 comments on commit a600ced

Please sign in to comment.