Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 121ca0e

Browse files
authored
Update README.md
1 parent dafc548 commit 121ca0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2205,7 +2205,7 @@ This is useful when executing a script on a remote system without copying the sc
22052205
22062206
```sh
22072207
mk_safe_arg() {
2208-
# Escape all sinlge-' with '"'"'
2208+
# Escape all single-' with '"'"'
22092209
echo "${1//\'/\'\"\'\"\'}"
22102210
}
22112211

0 commit comments

Comments
 (0)