[ https://issues.apache.org/jira/browse/CB-7950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14267725#comment-14267725 ]
ASF GitHub Bot commented on CB-7950: ------------------------------------ GitHub user jsoref opened a pull request: https://github.com/apache/cordova-cli/pull/201 CB-7950 CLI make CordovaCliCreate.prototype.run vaguely correct You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-cli cb_7950 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-cli/pull/201.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 #201 ---- commit 106d8801a70a9b97cd606e27f80c6c7988f368cc Author: Josh Soref <jso...@blackberry.com> Date: 2015-01-07T15:15:25Z CB-7950 CLI make CordovaCliCreate.prototype.run vaguely correct ---- > CLI make CordovaCliCreate.prototype.run vaguely correct > ------------------------------------------------------- > > Key: CB-7950 > URL: https://issues.apache.org/jira/browse/CB-7950 > Project: Apache Cordova > Issue Type: Bug > Components: CLI > Reporter: Lisa Seacat DeLuca > Assignee: Josh Soref > Fix For: Master > > > https://github.com/apache/cordova-cli/blob/master/src/create.js > Checkout line 36 > It says: > // parseConfig will determine if there's a valid config JSON string > cfg = parseCofig(undashed[4]); > I believe it should be > // parseConfig will determine if there's a valid config JSON string > cfg = parseConfig(undashed[4]); -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org