Skip to content

Commit

Permalink
Changing var name.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Apr 5, 2012
1 parent 46e3965 commit c161b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/grunt/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ function loadTask(filepath) {
// Reset registry.
registry.tasks = [];
registry.helpers = [];
var file = path.basename(filepath);
var msg = 'Loading "' + file + '" tasks and helpers...';
var filename = path.basename(filepath);
var msg = 'Loading "' + filename + '" tasks and helpers...';
var fn;
try {
// Load taskfile.
Expand Down

0 comments on commit c161b14

Please sign in to comment.