Skip to content

Commit

Permalink
Minor fix on paragraph 152 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
kant committed Nov 12, 2020
1 parent 94c6ed0 commit 9229601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -149,7 +149,7 @@ $ docker run -it -v `pwd`:/pipelines:rw \

Running a pipeline from the command line is done using the `dpp` tool.

Running `dpp` without any argument, will show the list of available pipelines. This is done by scanning the current directory and its subdirectories, searching for `pipeline-spec.yaml` files and extracting the list of pipeline specificiations described within.
Running `dpp` without any argument, will show the list of available pipelines. This is done by scanning the current directory and its subdirectories, searching for `pipeline-spec.yaml` files and extracting the list of pipeline specifications described within.

Each pipeline has an identifier, composed of the path to the `pipeline-spec.yaml` file and the name of the pipeline, as defined within that description file.

Expand Down

0 comments on commit 9229601

Please sign in to comment.