Skip to content

Commit

Permalink
Merge pull request #974 from ethan-daocloud/patch-1
Browse files Browse the repository at this point in the history
project_create.go: help message word correction
  • Loading branch information
krancour authored Aug 12, 2019
2 parents 05d4f29 + a600ced commit 11e4239
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 11e4239

Please sign in to comment.