Closed whinee closed 3 years ago
Modified the chmod part to work with directories with spaces in them, as without the quotation marks, the chmod command reads it as two files, and thus fails.
chmod
Nice one, thanks!
I updated cliche on pypi to include this change
pip install -U --no-cache cliche>=0.7.58
Modified the
chmod
part to work with directories with spaces in them, as without the quotation marks, thechmod
command reads it as two files, and thus fails.