From dc637663c59dd0f57d0c13d091d5e33cf0b2e490 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 9 Jun 2018 20:36:00 +0200 Subject: fix formatting --- odin/strm/download_youtube | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odin/strm/download_youtube') diff --git a/odin/strm/download_youtube b/odin/strm/download_youtube index 3f578371..05a8374d 100644 --- a/odin/strm/download_youtube +++ b/odin/strm/download_youtube @@ -315,7 +315,7 @@ printf ">>> %s <<<\n %s\n" "${msgId}" "${message}" done awk -v "link=http://odin.asgard.yggdrasil/${relUrl}" '{ if (r == 0) { r = gsub("href=\"[^\"]+\"", "href=\"" link "\""); }; print; }' "${message}" >! $tmpFile mv -v $tmpFile $message - notmuch tag '+cached' -- $msgId && printf "Tagged ā€˜%sā€™ as 'cached'" ${msgId} + notmuch tag '+cached' -- $msgId && printf "Tagged ā€˜%sā€™ as 'cached'\n" ${msgId} if [[ -n "$(notmuch search "tag:inbox AND $msgId")" ]]; then if [[ ${msgTags[(i)tv]} -le $#msgTags ]]; then -- cgit v1.2.3