Updated SC2089 (markdown)

koalaman
2014-06-06 10:10:41 -07:00
parent 1d505de475
commit 78b014d19a

@@ -2,7 +2,7 @@
### Problematic code:
args="-lh "My File.txt"'
args='-lh "My File.txt"'
ls $args
### Correct code: