Skip to content

Commit

Permalink
fix: execute git from .git parent and return relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
robfentress committed Aug 12, 2016
1 parent 4bef575 commit a280bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ guppy leverages these powerful existing systems as its backbone, allowing guppy
through interfaces you're already familiar with.

A git-hook that lint-checks your code and makes sure your unit tests pass before
committing could be as simple as
committing could be as simple as

```js
gulp.task('pre-commit', ['lint', 'unit']);
Expand Down

0 comments on commit a280bb5

Please sign in to comment.