Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Mar 19, 2015
1 parent c1972a3 commit 88b42b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GrumPHP/Console/Helper/PathsHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function getAsciiContent($resource)
throw new RuntimeException(sprintf('ASCII file %s could not be found.', $resource));
}

return file_get_contents($resource);
return file_get_contents($file);
}

/**
Expand Down

0 comments on commit 88b42b7

Please sign in to comment.