We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4ef0d commit 945af90Copy full SHA for 945af90
git-also.js
@@ -43,7 +43,7 @@ function fixNestedPaths(finishedCallback) {
43
44
// stdout has \n at the end - remove it
45
var gitRoot = stdout.trim();
46
- // fileLookup is guaranteed to have gitRoot in it (since we've done path.resolve aboce)
+ // fileLookup is guaranteed to have gitRoot in it (since we've done path.resolve above)
47
// just remove the git root, and that will give us relative file name (which is printed
48
// by `git log` output)
49
fileLookup = fileLookup.substring(gitRoot.length + 1);
0 commit comments