Skip to content

Commit

Permalink
fix changelog repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghedamat committed Dec 13, 2015
1 parent 89d7b60 commit 8190d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ var compareCommits = Promise.denodeify(github.repos.compareCommits);
var currentVersion = 'v' + require('../package').version;

var user = 'ember-cli-deploy';
var repo = 'ember-cli-deploy-redis';

var repo = 'ember-cli-deploy-s3-index';
compareCommits({
user: user,
repo: repo,
Expand Down

0 comments on commit 8190d86

Please sign in to comment.