s/brooklyn.version/brooklyn_version/
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/8fef5228 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/8fef5228 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/8fef5228 Branch: refs/heads/master Commit: 8fef5228673a30ad3a0e0b5303255d4d69679cba Parents: 16aa90c Author: Richard Downer <[email protected]> Authored: Wed Oct 11 11:13:49 2017 +0100 Committer: Thomas Bouron <[email protected]> Committed: Mon Oct 16 14:56:03 2017 +0100 ---------------------------------------------------------------------- guide/ops/gui/running.md | 2 +- guide/start/running.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/8fef5228/guide/ops/gui/running.md ---------------------------------------------------------------------- diff --git a/guide/ops/gui/running.md b/guide/ops/gui/running.md index 36a5675..ef65d5b 100644 --- a/guide/ops/gui/running.md +++ b/guide/ops/gui/running.md @@ -24,7 +24,7 @@ you may wish to set up some other configuration options first, Now start Brooklyn with the following command: ```bash -$ cd apache-brooklyn-{{ book.brooklyn.version }} +$ cd apache-brooklyn-{{ book.brooklyn_version }} $ bin/brooklyn launch ``` http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/8fef5228/guide/start/running.md ---------------------------------------------------------------------- diff --git a/guide/start/running.md b/guide/start/running.md index 0856d45..41f6e9f 100644 --- a/guide/start/running.md +++ b/guide/start/running.md @@ -107,12 +107,12 @@ Extract the `tar.gz` archive and navigate into the expanded `apache-brooklyn-{{ {% if 'SNAPSHOT' in book.brooklyn_version %} ```bash $ tar -zxf apache-brooklyn-dist-{{ book.brooklyn_version }}-timestamp-dist.tar.gz -$ cd apache-brooklyn-{{ book.brooklyn.version }} +$ cd apache-brooklyn-{{ book.brooklyn_version }} ``` {% else %} ```bash $ tar -zxf apache-brooklyn-{{ book.brooklyn_version }}-dist.tar.gz -$ cd apache-brooklyn-{{ book.brooklyn.version }} +$ cd apache-brooklyn-{{ book.brooklyn_version }} ``` {% endif %}
