From 2ff8eac10875a01ebd7cb5972c16912c6eb8d1ae Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Wed, 1 Jun 2016 23:45:41 +0900 Subject: [PATCH] Use a printf verb in ls-remote to avoid printing weird stuff. --- fisher.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fisher.fish b/fisher.fish index a334e74..3ab9539 100644 --- a/fisher.fish +++ b/fisher.fish @@ -1226,7 +1226,7 @@ function __fisher_list_remote -a format gsub(/%url/, url, fmt) gsub(/%info/, info, fmt) - printf(fmt) + printf("%s", fmt) } BEGIN {