Skip to content

Commit

Permalink
Fixing broken options reference
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Mar 24, 2015
1 parent c3c39b0 commit 2f57838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fields/adapters/storage/local.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var StorageAdapter = require('../StorageAdapter'),
function localfile() {
StorageAdapter.apply(this, arguments);

if (!options.dest) {
if (!this.options.dest) {
throw new Error('Invalid Configuration\n\nlocalfile store requires the "dest" option to be set.');
}
}
Expand Down

0 comments on commit 2f57838

Please sign in to comment.