* handled scaping
Opened this issue · 1 comments
diaz-wmg commented
I just have a question.
How can I handle something like this:
args: --acl public-read --follow-symlinks --exclude * --include *.ttf --content-type application/x-font-ttf
For some reason, the * (asterisk) is being changed by a string of folders and files, I asumming sh is converting it to that.
How can I scape it?
Thanks!
pepoeverton commented
Hi @diaz-wmg, so I was able to solve this problem using ' '
instead of " "