From ead832ee52cd78b930da55c3ec1c0e9f5b1e9790 Mon Sep 17 00:00:00 2001 From: Erick Guan Date: Tue, 18 Nov 2014 00:19:27 +0800 Subject: [PATCH] Fix missing indentation for china template. Now the next problem is cdn used by gravatar was blocked by GFW. (FXXKING this gov) --- templates/web.china.template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/web.china.template.yml b/templates/web.china.template.yml index 4d59ff9..a057677 100644 --- a/templates/web.china.template.yml +++ b/templates/web.china.template.yml @@ -7,5 +7,5 @@ hooks: before_bundle_exec: - exec: - cmd: - - su discourse -c 'bundle config mirror.https://rubygems.org https://ruby.taobao.org/' + cmd: + - su discourse -c 'bundle config mirror.https://rubygems.org https://ruby.taobao.org/' -- 2.25.1