remove output

pull/125/head
cupcakearmy 3 years ago
parent 90914d2078
commit 59035da46a
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

@ -79,7 +79,6 @@ func CopyFile(from, to string) error {
} }
func CheckIfVolumeExists(volume string) bool { func CheckIfVolumeExists(volume string) bool {
out, err := ExecuteCommand(ExecuteOptions{Command: "docker"}, "volume", "inspect", volume) _, err := ExecuteCommand(ExecuteOptions{Command: "docker"}, "volume", "inspect", volume)
fmt.Println(out)
return err == nil return err == nil
} }

Loading…
Cancel
Save