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