From: Erick Guan Date: Mon, 17 Nov 2014 16:19:27 +0000 (+0800) Subject: Fix missing indentation for china template. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ead832ee52cd78b930da55c3ec1c0e9f5b1e9790;p=discourse_docker.git Fix missing indentation for china template. Now the next problem is cdn used by gravatar was blocked by GFW. (FXXKING this gov) --- 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/'