mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
chore(sh): remove unnecessary 'echo' from all scripts
This commit is contained in:
@@ -33,7 +33,7 @@ function __init_lsd() {
|
||||
# lsd 0.17.0
|
||||
# This trims it down to just the version number:
|
||||
# 0.17.0
|
||||
echo $(lsd --version 2> /dev/null | head -n 1 | cut -d ' ' -f 2)
|
||||
lsd --version 2> /dev/null | head -n 1 | cut -d ' ' -f 2
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user