From 81953df290f9dd8924a4393e7cd18fc6bd7fc993 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Tue, 18 Oct 2016 13:00:46 -0700 Subject: [PATCH] Remove extra quotes in service.properties, which will improve lockable resource names --- service.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service.properties b/service.properties index 590cda18..551a2df8 100644 --- a/service.properties +++ b/service.properties @@ -1,2 +1,2 @@ -repo = "terrain" -dockerUser = "discoenv" +repo = terrain +dockerUser = discoenv