diff --git a/update.sh b/update.sh index fbb1a2e..ca39246 100644 --- a/update.sh +++ b/update.sh @@ -75,7 +75,7 @@ elif [ $PWD = "/tmp/tinycheck" ]; then service tinycheck-watchers restart echo "[+] Updating the TinyCheck version" - cd /tmp/tinycheck && git tag | tail -n 1 > /usr/share/tinycheck/VERSION + cd /tmp/tinycheck && git tag | tail -n 1 | xargs echo -n > /usr/share/tinycheck/VERSION echo "[+] TinyCheck updated!" fi \ No newline at end of file