grim/local-pipelines

Forgot to extend the line
draft v0.4.0
2016-09-10, Gary Kramlich
e7e04c5bbdf2
Parents 40a54f95d0e4
Children 1de5185e6bf7
Forgot to extend the line
  • +2 -2
    setup.py
  • --- a/setup.py Sat Sep 10 22:08:16 2016 -0500
    +++ b/setup.py Sat Sep 10 22:09:33 2016 -0500
    @@ -23,8 +23,8 @@
    from pipelines import __version__
    -_DESC = "local-pipelines is a parser for bitbucket-pipelines.yml files that " +
    - "will run the pipeline using your local docker-engine."
    +_DESC = "local-pipelines is a parser for bitbucket-pipelines.yml files " + \
    + "that will run the pipeline using your local docker-engine."
    def main():