From 3f2dccee55fcd6f7a9eebb4db6b6512de28e8979 Mon Sep 17 00:00:00 2001 From: r4 Date: Sat, 11 Jun 2022 19:52:08 +0200 Subject: [PATCH] fix typo --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 31f5083..30028b1 100644 --- a/config.sh +++ b/config.sh @@ -2,7 +2,7 @@ # South Park Downloader Configuration File # ############################################ -# Relative or absolute paths are allowed. Please DON'T use ~/, but rather /$HOME or /home/$USER. +# Relative or absolute paths are allowed. Please DON'T use ~/, but rather $HOME or /home/$USER. # youtube-dl (or youtube-dlc) executable path YOUTUBE_DL="./yt-dlc/youtube-dlc"