From: AJ ONeal Date: Sat, 13 Jun 2020 22:11:09 +0000 (-0600) Subject: bugfix typo for webi installer X-Git-Url: https://git.josue.xyz/?a=commitdiff_plain;h=3bc4638397d7a1b29cd4256d240e0cdfc9a53496;p=webi-installers%2F.git bugfix typo for webi installer --- diff --git a/webi/install.bash b/webi/install.bash index 47891e2..25c49a1 100644 --- a/webi/install.bash +++ b/webi/install.bash @@ -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