Skip to content
This repository has been archived by the owner on Mar 18, 2018. It is now read-only.

Commit

Permalink
Merge pull request #89 from diggy/patch-1
Browse files Browse the repository at this point in the history
typo in fetch.js
  • Loading branch information
gregberge committed Dec 27, 2015
2 parents 180d6bc + 2b52363 commit 48dbd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deploy/fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ module.exports = function (gruntOrShipit) {
*/

function reset() {
shipit.log('Reseting the working tree');
shipit.log('Resetting the working tree');
return shipit.local(
'git reset --hard HEAD',
{cwd: shipit.config.workspace}
Expand Down

0 comments on commit 48dbd64

Please sign in to comment.