summaryrefslogtreecommitdiffstats
path: root/docs/ko-KR/faq/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ko-KR/faq/README.md')
-rw-r--r--docs/ko-KR/faq/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ko-KR/faq/README.md b/docs/ko-KR/faq/README.md
index f5c949629..fa6c98003 100644
--- a/docs/ko-KR/faq/README.md
+++ b/docs/ko-KR/faq/README.md
@@ -92,5 +92,5 @@ If Starship was installed using the `curl | bash` script, the following command
```sh
# Locate and delete the starship binary
-bash -c 'rm "$(which starship)"'
+sh -c 'rm "$(which starship)"'
```