Skip to content

Commit

Permalink
chore(build): make changelog generator use correct repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Mar 27, 2014
1 parent ea85488 commit 277d7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ gulp.task('watch', ['bundle'], function() {

gulp.task('changelog', function(done) {
changelog({
repository: pkg.repository.url,
repository: 'https://github.com/driftyco/ionic',
version: pkg.version,
}, function(err, data) {
if (err) return done(err);
Expand Down

0 comments on commit 277d7aa

Please sign in to comment.