Skip to content

Commit

Permalink
Fixed ls paramaters for Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed Nov 26, 2019
1 parent 0014aff commit de65b3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/filesystem/list_items/component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ implementation:
- -c
- |
mkdir -p "$(dirname "$1")"
ls --almost-all --recursive "$0" > "$1"
#ls --almost-all --recursive "$0" > "$1"
ls -a -R "$0" > "$1"
- inputPath: Directory
- outputPath: Items

0 comments on commit de65b3a

Please sign in to comment.