mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-03-12 12:35:25 -07:00
Updated SC2028 (markdown)
parent
6f5c7296a6
commit
2ec9a891d9
@ -9,7 +9,7 @@ echo "Name:\t$value"
|
||||
### Correct code:
|
||||
|
||||
```sh
|
||||
printf "Name:\t%s\n" "$value"
|
||||
printf 'Name:\t%s\n' "$value"
|
||||
```
|
||||
|
||||
### Rationale:
|
||||
|
Loading…
x
Reference in New Issue
Block a user