From 893189faea30ee1897e7877c16454aaaf2897775 Mon Sep 17 00:00:00 2001 From: patrickcrocker Date: Wed, 3 Feb 2016 05:23:23 -0600 Subject: [PATCH] updated docs --- ci/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/README.md b/ci/README.md index b8525af..8e565b3 100644 --- a/ci/README.md +++ b/ci/README.md @@ -106,8 +106,8 @@ fly execute -c ci/tasks/unit.yml -i pcfdemo=. Your files will be uploaded and the task will be executed with them. The working directory name will be used as the input name. If they do not match, you must -specify -i name=. instead, where name is the input name from the task -configuration. In the above example, the '.' refers to our current 'PCF-demo' directory. +specify ```-i name=.``` instead, where name is the input name from the task +configuration. Of course, this works very well for tasks that run isolated without requiring any input from a previously executed task. To run this next example, we need to mock