Skip to content

Commit 945af90

Browse files
committed
fixed a typo
1 parent 5f4ef0d commit 945af90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-also.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function fixNestedPaths(finishedCallback) {
4343

4444
// stdout has \n at the end - remove it
4545
var gitRoot = stdout.trim();
46-
// fileLookup is guaranteed to have gitRoot in it (since we've done path.resolve aboce)
46+
// fileLookup is guaranteed to have gitRoot in it (since we've done path.resolve above)
4747
// just remove the git root, and that will give us relative file name (which is printed
4848
// by `git log` output)
4949
fileLookup = fileLookup.substring(gitRoot.length + 1);

0 commit comments

Comments
 (0)