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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyperTHC committed Jun 15, 2023
1 parent dafc548 commit 121ca0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2205,7 +2205,7 @@ This is useful when executing a script on a remote system without copying the sc
```sh
mk_safe_arg() {
# Escape all sinlge-' with '"'"'
# Escape all single-' with '"'"'
echo "${1//\'/\'\"\'\"\'}"
}
Expand Down

0 comments on commit 121ca0e

Please sign in to comment.