summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmisc/userscripts/cast4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/userscripts/cast b/misc/userscripts/cast
index 609a7d0db..ec703d5fb 100755
--- a/misc/userscripts/cast
+++ b/misc/userscripts/cast
@@ -154,8 +154,8 @@ if [[ "${cast_program}" == "" ]]; then
exit 1
fi
if [[ "${ytdl_program}" == "" ]]; then
- msg error "youtube-dl or a drop-in replacement can't be found in PATH, and no installed program "\
-"specified in QUTE_CAST_YTDL_PROGRAM (currently \\\"$QUTE_CAST_YTDL_PROGRAM\\\")"
+ msg error "youtube-dl or a drop-in replacement can't be found in PATH, and no installed program " \
+ "specified in QUTE_CAST_YTDL_PROGRAM (currently \"$QUTE_CAST_YTDL_PROGRAM\")"
exit 1
fi