From 81df2ff254e081169d159d48cd12ff583c58dcd6 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Fri, 14 Jul 2017 01:38:50 -0700 Subject: [PATCH] [console] Fix chain file indentation. --- config/dist/chain/optional/update-gitbook.yml | 124 +++++++++--------- 1 file changed, 62 insertions(+), 62 deletions(-) diff --git a/config/dist/chain/optional/update-gitbook.yml b/config/dist/chain/optional/update-gitbook.yml index b274f26..4eec418 100644 --- a/config/dist/chain/optional/update-gitbook.yml +++ b/config/dist/chain/optional/update-gitbook.yml @@ -9,15 +9,15 @@ commands: # bin: composer require drupal/features - command: 'module:install' arguments: - module: - - rest - - taxonomy - - locale - - migrate - - simpletest - - features - - breakpoint - - node + module: + - rest + - taxonomy + - locale + - migrate + - simpletest + - features + - breakpoint + - node - command: settings:set arguments: name: language @@ -25,56 +25,56 @@ commands: - command: generate:doc:gitbook options: path: '%{{directory}}/en' - - command: settings:set - arguments: - name: language - value: es - - command: generate:doc:gitbook - options: - path: '%{{directory}}/es' - - command: settings:set - arguments: - name: language - value: hi - - command: generate:doc:gitbook - options: - path: '%{{directory}}/hi' - - command: settings:set - arguments: - name: language - value: hu - - command: generate:doc:gitbook - options: - path: '%{{directory}}/hu' - - command: settings:set - arguments: - name: language - value: pt_br - - command: generate:doc:gitbook - options: - path: '%{{directory}}/pt_br' - - command: settings:set - arguments: - name: language - value: ro - - command: generate:doc:gitbook - options: - path: '%{{directory}}/ro' - - command: settings:set - arguments: - name: language - value: vn - - command: generate:doc:gitbook - options: - path: '%{{directory}}/vn' - - command: settings:set - arguments: - name: language - value: zh_hans - - command: generate:doc:gitbook - options: - path: '%{{directory}}/zh_hans' - - command: settings:set - arguments: - name: language - value: en + - command: settings:set + arguments: + name: language + value: es + - command: generate:doc:gitbook + options: + path: '%{{directory}}/es' + - command: settings:set + arguments: + name: language + value: hi + - command: generate:doc:gitbook + options: + path: '%{{directory}}/hi' + - command: settings:set + arguments: + name: language + value: hu + - command: generate:doc:gitbook + options: + path: '%{{directory}}/hu' + - command: settings:set + arguments: + name: language + value: pt_br + - command: generate:doc:gitbook + options: + path: '%{{directory}}/pt_br' + - command: settings:set + arguments: + name: language + value: ro + - command: generate:doc:gitbook + options: + path: '%{{directory}}/ro' + - command: settings:set + arguments: + name: language + value: vn + - command: generate:doc:gitbook + options: + path: '%{{directory}}/vn' + - command: settings:set + arguments: + name: language + value: zh_hans + - command: generate:doc:gitbook + options: + path: '%{{directory}}/zh_hans' + - command: settings:set + arguments: + name: language + value: en