Skip to content

Commit

Permalink
Fix typo in revisioner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank3K committed Oct 20, 2015
1 parent 9cf2f6d commit 1d29941
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 1d29941

Please sign in to comment.