浏览代码

formatting updates in template

Tobias Brunner 8 年之前
父节点
当前提交
a6310c37b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/openshift_hosted/templates/registry_config.j2

+ 1 - 1
roles/openshift_hosted/templates/registry_config.j2

@@ -15,7 +15,7 @@ storage:
     region: {{ openshift.hosted.registry.storage.s3.region }}
     region: {{ openshift.hosted.registry.storage.s3.region }}
 {%   if 'regionendpoint' in openshift.hosted.registry.storage.s3 %}
 {%   if 'regionendpoint' in openshift.hosted.registry.storage.s3 %}
     regionendpoint: {{ openshift.hosted.registry.storage.s3.regionendpoint }}
     regionendpoint: {{ openshift.hosted.registry.storage.s3.regionendpoint }}
-{%   endif -%}
+{%   endif %}
     bucket: {{ openshift.hosted.registry.storage.s3.bucket }}
     bucket: {{ openshift.hosted.registry.storage.s3.bucket }}
     encrypt: false
     encrypt: false
     secure: true
     secure: true