Skip to content

Fix uploading files with spaces in the filename

Ben Klein requested to merge robobenklein/owo.sh:fix-spaces-in-filenames into master

Otherwise files with spaces got treated as multiple args.

Ex. owo -u Screenshot\ from\ 2019-06-20\ 16-28-59.png would fail previously.

There are probably more places that quotes should be inserted to be properly "safe" but this at least fixed this one problem.

Merge request reports