Skip to content

Commit

Permalink
index.js: minor reformat (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
piperchester authored and typicode committed Apr 25, 2017
1 parent 0bd9db0 commit 2885443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -48,7 +48,7 @@ function findHooksDir (dirname) {
}

function getHookScript (hookName, relativePath, cmd) {
// On Windows normalize path (i.e. convert \ to /)
// On Windows normalize path (i.e. convert \ to /)
var normalizedPath = normalize(relativePath)

// Hook script
Expand Down

0 comments on commit 2885443

Please sign in to comment.