Fix typo in log message
This commit is contained in:
parent
885704db05
commit
8117344307
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ func runComposerCLI(quiet bool, command ...string) json.RawMessage {
|
|||
cmd := exec.Command("composer-cli", command...)
|
||||
stdout, err := cmd.StdoutPipe()
|
||||
if err != nil {
|
||||
log.Fatalf("Colud not create command: " + err.Error())
|
||||
log.Fatalf("Could not create command: " + err.Error())
|
||||
}
|
||||
|
||||
if !quiet {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue