You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by dr...@apache.org on 2017/05/19 12:30:06 UTC

[3/5] brooklyn-docs git commit: Minor formatting tweak to bundle guide

Minor formatting tweak to bundle guide


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/c71bfe3c
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/c71bfe3c
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/c71bfe3c

Branch: refs/heads/master
Commit: c71bfe3c0b2ef41f76e66325efff5bca11ab87e8
Parents: da1163f
Author: graeme.miller <gr...@cloudsoftcorp.com>
Authored: Tue May 9 16:58:40 2017 +0100
Committer: graeme.miller <gr...@cloudsoftcorp.com>
Committed: Tue May 9 16:58:40 2017 +0100

----------------------------------------------------------------------
 guide/blueprints/catalog/index.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/c71bfe3c/guide/blueprints/catalog/index.md
----------------------------------------------------------------------
diff --git a/guide/blueprints/catalog/index.md b/guide/blueprints/catalog/index.md
index bdc2515..3a0d106 100644
--- a/guide/blueprints/catalog/index.md
+++ b/guide/blueprints/catalog/index.md
@@ -432,9 +432,13 @@ Hello, World!
 ~~~
 
 Alternatively you can view the script directly if you ran this against localhost:
+
 ~~~ bash
 cat /tmp/brooklyn-username/apps/nl9djqbq2i/entities/EmptySoftwareProcess_g52gahfxnt/files/myfile.sh
 ~~~
+
+It should look like this:
+
 ~~~ bash
 echo Hello, World!
 ~~~