Skip to content

Commit

Permalink
Update to match update of underlying SFDX CLI response
Browse files Browse the repository at this point in the history
  • Loading branch information
toddhalfpenny committed Jul 5, 2017
1 parent 4da78df commit 15ca3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function getOrgAliases(){
ret.stdout.on('data', (data) => {
// console.log("SFDX ouput", JSON.parse(data));
// Update our version of config and enrich the result from SFDX
updateAndEnrichOrgs(JSON.parse(data).results).then(res => {
updateAndEnrichOrgs(JSON.parse(data).result).then(res => {
orgs = res;
resolve(res);
}).catch(e => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clicks-not-passwords",
"productName": "Clicks not Passwords",
"version": "0.0.4",
"version": "0.0.5",
"description": "Clicks not Passwords - Salesforce Org Launcher",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 15ca3a8

Please sign in to comment.