kristopolous / TickTick

JSON in your Bash scripts
http://9ol.es/TheEmperorsNewClothes.html
Other
579 stars 55 forks source link

Unquoted string safing in README example (#41) #45

Closed XLTechie closed 4 years ago

XLTechie commented 4 years ago

The employees example in the README, uses an unquoted string expansion in the printf. The same example in sample.sh quotes this string. This problem caused issue #41, most likely, because that user just followed the README without knowing why. This PR fixes.

XLTechie commented 4 years ago

Canceled the PR, because I listed the file as sample.sh, where it should have been example.sh. Submitting another PR with correct naming in the commit and PR description.