From 51e41e3e0a2f1958a3421a50aea9c7c7f695fda4 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Sun, 4 Apr 2021 07:27:10 -0400 Subject: [PATCH] Replaced quotes by smart quotes --- .../README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-make-sure-app-is-not-running-in-the-background-on-macos/README.md b/how-to-make-sure-app-is-not-running-in-the-background-on-macos/README.md index d605f6b..c478cdb 100644 --- a/how-to-make-sure-app-is-not-running-in-the-background-on-macos/README.md +++ b/how-to-make-sure-app-is-not-running-in-the-background-on-macos/README.md @@ -89,7 +89,7 @@ function kill-apps() { printf "%s\n" "Usage: kill-apps string" return 1 fi - printf "%s\n" "Finding apps that match \"$1\"…" + printf "%s\n" "Finding apps that match “$1”…" sleep 1 processes=($(pgrep -afil "$1")) if [ ${#processes[@]} -eq 0 ]; then