mirror of
https://github.com/status-im/xgo.git
synced 2025-01-12 20:05:18 +00:00
Remove a fixed warning.
This commit is contained in:
parent
358a56a2e7
commit
0442d94d4f
1
xgo.go
1
xgo.go
@ -80,7 +80,6 @@ func checkDockerImage(image string) (bool, error) {
|
|||||||
// Pulls an image from the docker registry.
|
// Pulls an image from the docker registry.
|
||||||
func pullDockerImage(image string) error {
|
func pullDockerImage(image string) error {
|
||||||
fmt.Printf("Pulling %s from docker registry...\n", image)
|
fmt.Printf("Pulling %s from docker registry...\n", image)
|
||||||
fmt.Printf("Note, this may take some time, but due to a docker bug, progress cannot be displayed.\n")
|
|
||||||
return run(exec.Command("docker", "pull", image))
|
return run(exec.Command("docker", "pull", image))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user