Skip to content

Commit c62f11d

Browse files
committed
Small cleanup.
1 parent 5eb94e4 commit c62f11d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ An ember-cli-deploy-plugin for sending deployment messages to [Slack](https://sl
55
## Usage
66

77
This plugin will only work with the upcoming 0.5.0-release of
8-
[ember-cli-deploy](https://github.com/ember-cli/ember-cli-deploy). Right now
9-
you have to use my [didFail branch](levelbossmike/ember-cli-deploy#didFail-hook-).
8+
[ember-cli-deploy](https://github.com/ember-cli/ember-cli-deploy).
109

1110
To setup ember-cli-deploy-slack you need to add a `slack`-entry into your
1211
`deploy.js` configuration file:

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ module.exports = {
3131
var endDeployDate = new Date();
3232
var duration = moment.duration(endDeployDate - startDeployDate);
3333

34-
debugger;
3534
return slack.notify({
3635
attachments: [{
3736
"fallback":"Deployment finished! New revision was successfully uploaded.",

0 commit comments

Comments
 (0)