summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-12-01 17:43:45 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-12-01 17:45:59 +0000
commit1c350abff41a00b791382787717788bec2f88433 (patch)
tree7a1259a98a90ef45e8f39a2e1f6f236961d5c09b
parent602bbed7d6bb3a8fd1a20fe68da2a4bd800c93ae (diff)
downloadmorph-1c350abff41a00b791382787717788bec2f88433.tar.gz
Remove unicode characters
-rw-r--r--morphlib/plugins/deploy_plugin.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/morphlib/plugins/deploy_plugin.py b/morphlib/plugins/deploy_plugin.py
index f7bb4ffa..87e129e5 100644
--- a/morphlib/plugins/deploy_plugin.py
+++ b/morphlib/plugins/deploy_plugin.py
@@ -182,14 +182,16 @@ class DeployPlugin(cliapp.Plugin):
1. In the cluster definition file, e.g.
- …
+ ...
systems:
- morph: systems/foo-system.morph
deploy:
foo:
HOSTNAME: foo
- 2. In the environment before running e.g. `HOSTNAME=foo morph deploy …`
+ 2. In the environment before running e.g.
+
+ `HOSTNAME=foo morph deploy ...`
3. On the command-line e.g.
`morph deploy clusters/foo.morph foo.HOSTNAME=foo`