From a5810974aafa2a3c380d28e00ef655083e82a45e Mon Sep 17 00:00:00 2001 From: Honest Bot Date: Tue, 21 Jan 2025 05:24:46 +0000 Subject: [PATCH] chore: synced file(s) with honestbank/.github --- spell-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spell-check.sh b/spell-check.sh index 0bf2577..e1419b4 100755 --- a/spell-check.sh +++ b/spell-check.sh @@ -102,7 +102,7 @@ EOF echo "$dictionary" > dictionary.text # Your string to check -string=$(cat $1) +string=$(cat "$1") echo "$string"