Skip to content

Commit 83a4526

Browse files
srtaalejzimeg
andauthored
Update cmd/project/create.go
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
1 parent 32ede49 commit 83a4526

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/project/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func runCreateCommand(clients *shared.ClientFactory, cmd *cobra.Command, args []
135135
// --subdir requires --template
136136
if cmd.Flags().Changed("subdir") && !templateFlagProvided {
137137
return slackerror.New(slackerror.ErrMismatchedFlags).
138-
WithMessage("the --subdir flag requires the --template flag")
138+
WithMessage("The --subdir flag requires the --template flag")
139139
}
140140

141141
// Collect the template URL or select a starting template

0 commit comments

Comments
 (0)