You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by drigodwin <gi...@git.apache.org> on 2017/09/21 10:39:55 UTC

[GitHub] brooklyn-server pull request #840: Fix catalog YAML

GitHub user drigodwin opened a pull request:

    https://github.com/apache/brooklyn-server/pull/840

    Fix catalog YAML

    Square brackets within the yaml string meant it was interpreted as an array and broke the initial catalog load. This puts speach marks around so it's interpreted as a string.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/drigodwin/brooklyn-server fix-yaml

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-server/pull/840.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #840
    
----
commit 0d5b031fdf0cddda9d65741c2e4fc05a72485091
Author: Duncan Godwin <du...@cloudsoftcorp.com>
Date:   2017-09-21T10:37:55Z

    Fix catalog YAML

----


---

[GitHub] brooklyn-server pull request #840: Fix catalog YAML

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/brooklyn-server/pull/840


---

[GitHub] brooklyn-server issue #840: Fix catalog YAML

Posted by aledsage <gi...@git.apache.org>.
Github user aledsage commented on the issue:

    https://github.com/apache/brooklyn-server/pull/840
  
    Thanks for spotting and fixing! Merging now.


---