Skip to content

Commit

Permalink
code indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
habdelra committed Sep 10, 2016
1 parent a0c12d6 commit 7ab9d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = {
var manifestPath = this.readConfig('manifestPath');
var cacheControl = this.readConfig('cacheControl');
var expires = this.readConfig('expires');
var dotFolders = this.readConfig('dotFolders');
var dotFolders = this.readConfig('dotFolders');

var filesToUpload = distFiles.filter(minimatch.filter(filePattern, { matchBase: true, dot: dotFolders }));

Expand Down

0 comments on commit 7ab9d56

Please sign in to comment.