Skip to content

Commit

Permalink
Specify correct attribute flags
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeschastny committed Mar 29, 2016
1 parent 9d1132d commit ab50ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = function (archive, options) {

var spec = {};
/* jshint maxlen: 130 */
var regex = /(\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}) ([\.DA]+) +(\d+) +(\d+)? +(.+)/;
var regex = /(\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}) ([\.D][\.R][\.H][\.S][\.A]) +(\d+) +(\d+)? +(.+)/;
/* jshint maxlen: 80 */

// Create a string that can be parsed by `run`.
Expand Down

0 comments on commit ab50ece

Please sign in to comment.