be sure to pass the pattern more than one level deep

bug/bundler_fix
Brent Cook 2015-05-08 14:03:12 -05:00
parent 710a2a007b
commit 8d5ef42c2d
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ class Dir < Rex::Post::Dir
end
stat.call('mirroring', src_item, dst_item) if (stat)
download(dst_item, src_item, recursive, force, &stat)
download(dst_item, src_item, recursive, force, glob, &stat)
stat.call('mirrored', src_item, dst_item) if (stat)
end
}