fix typos
This commit is contained in:
@@ -18,8 +18,8 @@ func Stop(cmd *cobra.Command, args []string) {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
start_cmd := exec.Command("docker", "compose", "down")
|
||||
if err := start_cmd.Run(); err != nil {
|
||||
stop_cmd := exec.Command("docker", "compose", "down")
|
||||
if err := stop_cmd.Run(); err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user