From 72b4abe8949f7cf34f06142e52ced083a4f92994 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Tue, 23 May 2017 16:35:47 -0700 Subject: [PATCH] Add space between image and its name. --- tests/generate_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/generate_tests.sh b/tests/generate_tests.sh index b2200f2..32577a4 100644 --- a/tests/generate_tests.sh +++ b/tests/generate_tests.sh @@ -12,8 +12,8 @@ version: '2' services: mailman-core: - image:maxking/mailman-core:$TAG + image: maxking/mailman-core:$TAG mailman-web: - image:maxking/mailman-web:$TAG + image: maxking/mailman-web:$TAG EOF