Skip to content

Commit

Permalink
Merge pull request #114 from Frank3K/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in revisioner.
  • Loading branch information
Joshua Bellamy-Henn committed Oct 21, 2015
2 parents 9cf2f6d + 1d29941 commit 78be6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revisioner.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ var Revisioner = (function () {
// Append the other regexes to account for inconsitent use
fileResolveReferencesIn.revReferencePaths[reference.path].regExps.push(regExps[j]);
} else {
this.log('gulp-rev-all:', 'Possible ambiguous refrence detected [', Gutil.colors.red(fileResolveReferencesIn.revReferencePaths[reference.path].path), ' (', fileResolveReferencesIn.revReferencePaths[reference.path].file.revPathOriginal, ')] <-> [', Gutil.colors.red(reference.path), '(', Gutil.colors.red(reference.file.revPathOriginal), ')]');
this.log('gulp-rev-all:', 'Possible ambiguous reference detected [', Gutil.colors.red(fileResolveReferencesIn.revReferencePaths[reference.path].path), ' (', fileResolveReferencesIn.revReferencePaths[reference.path].file.revPathOriginal, ')] <-> [', Gutil.colors.red(reference.path), '(', Gutil.colors.red(reference.file.revPathOriginal), ')]');
}
}
}
Expand Down

0 comments on commit 78be6b1

Please sign in to comment.