forked from toolshed/abra
chore: squash formatting issue
This commit is contained in:
@ -287,7 +287,7 @@ func getImageVersions(recipe recipe.Recipe) map[string]string {
|
|||||||
|
|
||||||
var services = make(map[string]string)
|
var services = make(map[string]string)
|
||||||
for _, service := range recipe.Config.Services {
|
for _, service := range recipe.Config.Services {
|
||||||
if (service.Image == "") {
|
if service.Image == "" {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
srv := strings.Split(service.Image, ":")
|
srv := strings.Split(service.Image, ":")
|
||||||
|
Reference in New Issue
Block a user