From 78b014d19a1b740e775dace72580bdfd3914ba20 Mon Sep 17 00:00:00 2001 From: koalaman Date: Fri, 6 Jun 2014 10:10:41 -0700 Subject: [PATCH] Updated SC2089 (markdown) --- SC2089.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2089.md b/SC2089.md index f1fb271..a3e8ecb 100644 --- a/SC2089.md +++ b/SC2089.md @@ -2,7 +2,7 @@ ### Problematic code: - args="-lh "My File.txt"' + args='-lh "My File.txt"' ls $args ### Correct code: