Fix image pull logic

This commit is contained in:
2020-11-09 11:03:01 +01:00
parent 20aec7d527
commit e8afa72dfb
2 changed files with 7 additions and 5 deletions

View File

@ -60,7 +60,7 @@ func checkForUpdates() {
fmt.Println(" no update available")
}
}
fmt.Println("all done")
fmt.Println("All done")
}
func main() {