Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qkdreyer authored and qkdreyer committed Feb 19, 2018
1 parent af53745 commit ed7efb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subscribe.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = function (params) {
var sub = {
expression: [
'allof',
['match', '*'],
['match', '*', 'basename', {'includedotfiles': true}],
],
fields: ['name', 'size', 'exists', 'type']
};
Expand Down

0 comments on commit ed7efb4

Please sign in to comment.