Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
fix: update alert notification service name
Browse files Browse the repository at this point in the history
  • Loading branch information
tunniclm committed Oct 30, 2017
1 parent 220dc8e commit 46ed086
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion refresh/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ module.exports = Generator.extend({
}
// NOTE(tunniclm): Convert our format for specifying services
// into the one used by generator-ibm-service-enablement
// Mapping from our format (keys) to bluemix (values)
var serviceMapping = {
'appid': 'auth',
'objectstorage': 'objectStorage',
Expand All @@ -243,7 +244,7 @@ module.exports = Generator.extend({
'redis': 'redis',
'mongodb': 'mongodb',
'postgresql': 'postgresql',
'alertnotification': 'alertnotification',
'alertnotification': 'alertNotification',
'pushnotifications': 'push',
'autoscaling': 'autoscaling'
}
Expand Down

0 comments on commit 46ed086

Please sign in to comment.