Skip to content

Commit

Permalink
change raygun.io to raygun.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse James committed Aug 3, 2016
1 parent f6bfa12 commit 415b6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/ember-cli-raygun/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
})
.then(function () {
var output = EOL;
output += chalk.blue('Raygun') + ' has been installed. Please set your API Key in ' + chalk.green('config/environment.js') + '. If you don\'t have a key, get one at https://raygun.io!' + EOL;
output += chalk.blue('Raygun') + ' has been installed. Please set your API Key in ' + chalk.green('config/environment.js') + '. If you don\'t have a key, get one at https://raygun.com!' + EOL;
console.log(output);
});
},
Expand Down

0 comments on commit 415b6a3

Please sign in to comment.