From 7bb430f171a456a0eb7332886b6cfae0f0737ac9 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 7 Sep 2022 00:50:41 +0300 Subject: Removed trailing newline from output --- bin/get-latest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/get-latest b/bin/get-latest index 9138c1a..e770d1c 100755 --- a/bin/get-latest +++ b/bin/get-latest @@ -1,2 +1,2 @@ #!/bin/bash -ipfs files stat /zlatest | head -n 1 +ipfs files stat /zlatest | head -n 1| tr -d '\n' -- cgit v1.2.3