Skip to content

Commit

Permalink
Merge pull request #115 from inetfuture/Fix#105
Browse files Browse the repository at this point in the history
Fixed #105.
  • Loading branch information
tommy351 committed Mar 16, 2013
2 parents 74b4dca + 9412822 commit 3c41596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/plugins/deployer/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ extend.deployer.register('github', function(args, callback){
['init'],
['add', '-A'],
['commit', '-m', 'First commit'],
['branch', '-m', config.branch],
['branch', '-M', config.branch],
['remote', 'add', 'github', config.repository]
];

Expand Down Expand Up @@ -97,4 +97,4 @@ extend.deployer.register('github', function(args, callback){
console.log('Deploy completely.');
callback();
});
});
});

0 comments on commit 3c41596

Please sign in to comment.