Fix menu item type in URI for fridge search. - annna - Annna the nice friendly … | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 555a92ea45fb033077108e149dc75fa0302be302 | |
parent 50a4c26037d0d41c9d9a6e901f8c374ce66400b6 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Fri, 27 Aug 2021 16:06:48 +0200 | |
Fix menu item type in URI for fridge search. | |
Diffstat: | |
M fridge-recipe-search | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/fridge-recipe-search b/fridge-recipe-search | |
@@ -10,5 +10,5 @@ ingredients="$@" | |
printf "/recipes?%s\r\n" "${ingredients}" \ | |
| nc adamsgaard.dk 70 \ | |
| grep "^0" \ | |
- | sed 's,\r$,,; s,\(.\)\([^\t]*\)\t\([^\t]*\)\t\([^\t]*\)\t\([^\t]*\).… | |
+ | sed 's,\r$,,; s,\(.\)\([^\t]*\)\t\([^\t]*\)\t\([^\t]*\)\t\([^\t]*\).… | |