Skip to content

Commit

Permalink
Fix bug where URL was not printed when updating functions in CLI (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaliang committed Dec 14, 2017
1 parent 1fb1df0 commit eb33830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/deploy/functions/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ module.exports = function(context, options, payload) {
failurePolicy: existingFunction.failurePolicy,
labels: CLI_DEPLOYMENT_LABELS
});
}
},
trigger: functionTrigger
});
}).value();

Expand Down

0 comments on commit eb33830

Please sign in to comment.