mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 11:19:45 +08:00
Updated SC2089 (markdown)
@@ -2,7 +2,7 @@
|
||||
|
||||
### Problematic code:
|
||||
|
||||
args="-lh "My File.txt"'
|
||||
args='-lh "My File.txt"'
|
||||
ls $args
|
||||
|
||||
### Correct code:
|
||||
|
Reference in New Issue
Block a user