GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-client/pull/62
Fixes index out of range issue Wasn't handling flags properly but we can assume that there is no scope if there are only 2 parms i.e. br param You can merge this pull request into a Git repository by running: $ git pull https://github.com/duncangrant/brooklyn-client fix-scope Alternatively you can review and apply these changes as the patch at: https://github.com/apache/brooklyn-client/pull/62.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 #62 ---- commit c4d275b70da75db40af7afc7478bb1bb581de890 Author: Duncan Grant <duncan.gr...@cloudsoftcorp.com> Date: 2017-11-08T21:49:08Z Fixes index out of range issue Wasn't handling flags properly but we can assume that there is no scope if there are only 2 parms i.e. br param ---- ---