From 17b7421f624bc69b7930fdf79f581c44c5584eeb Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Fri, 8 Nov 2013 14:43:20 +0800 Subject: [PATCH] Fix incorrect grammar. Fixes #56 --- lib/workplace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/workplace.py b/lib/workplace.py index c3c9c90..1dfaa34 100644 --- a/lib/workplace.py +++ b/lib/workplace.py @@ -62,7 +62,7 @@ class Workplace(object): cacheIntegration = self.getCachedRemote(True) if not os.path.isdir(cacheStable) and stable: logging.info('Cloning stable repository into cache...') - logging.info('That\'s going to take a while...') + logging.info('This is going to take a while...') process('%s clone --mirror %s %s' % (C.get('git'), C.get('remotes.stable'), cacheStable)) if not os.path.isdir(cacheIntegration) and integration: -- 2.11.0