Fix typo in log message

This commit is contained in:
Alexander Todorov 2020-02-25 14:50:58 +02:00 committed by Lars Karlitski
parent 885704db05
commit 8117344307

View file

@ -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 {