bugfix typo for webi installer

This commit is contained in:
AJ ONeal
2020-06-13 16:11:09 -06:00
parent 13d2ca88fc
commit 3bc4638397

View File

@@ -25,7 +25,7 @@ if [ -f "$HOME/.local/bin/webi" ]; then
cur_webi="$(command -v webi)"
set -e
if [ -z "$cur_webi" ]; then
web_add_path "$HOME/.local/bin"
webi_path_add "$HOME/.local/bin"
fi
echo "Installed 'webi'"
else