Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 706E2200D33 for ; Wed, 8 Nov 2017 22:52:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6EF53160C01; Wed, 8 Nov 2017 21:52:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id ACBC01609E0 for ; Wed, 8 Nov 2017 22:51:59 +0100 (CET) Received: (qmail 25591 invoked by uid 500); 8 Nov 2017 21:51:58 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 25579 invoked by uid 99); 8 Nov 2017 21:51:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2017 21:51:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7BDD4DFAB0; Wed, 8 Nov 2017 21:51:58 +0000 (UTC) From: duncangrant To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org Message-ID: Subject: [GitHub] brooklyn-client pull request #62: Fixes index out of range issue Content-Type: text/plain Date: Wed, 8 Nov 2017 21:51:58 +0000 (UTC) archived-at: Wed, 08 Nov 2017 21:52:00 -0000 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 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 ---- ---