✏️ Fixed typo

This commit is contained in:
tomit4 2025-09-28 19:16:26 -07:00
parent eb6af6e64e
commit 60e55e3f3b

View file

@ -7,8 +7,8 @@ sdrc="$HOME"/.sdrc
if [[ -f "$sdrc" ]]; then
source "$sdrc"
else
prinf "%s\n" "error: no .sdrc file."
prinf "%s\n" "use sdir scriptt in desired directory first."
printf "%s\n" "error: no .sdrc file."
printf "%s\n" "use sdir scriptt in desired directory first."
exit 1
fi