diff options
-rwxr-xr-x | bin/get-latest | 2 |
1 files changed, 1 insertions, 1 deletions
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' |