From cedc2ceb4a95cf71cd07e19fa7a1e402e31255c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20S=C3=A9bert?= Date: Sun, 20 Oct 2024 21:22:49 +0200 Subject: [PATCH] fix: remove now unecessary `-b` flag --- sourced/imaging/imgcat.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourced/imaging/imgcat.nu b/sourced/imaging/imgcat.nu index 66e1d3ca2..81e715e6e 100644 --- a/sourced/imaging/imgcat.nu +++ b/sourced/imaging/imgcat.nu @@ -21,7 +21,7 @@ def --env b64_encode [fn] { } def --env b64_decode [fn] { - $fn | decode base64 -b + $fn | decode base64 } def print_image [