projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13d2ca8
)
bugfix typo for webi installer
author
AJ ONeal
<coolaj86@gmail.com>
Sat, 13 Jun 2020 22:11:09 +0000
(16:11 -0600)
committer
AJ ONeal
<coolaj86@gmail.com>
Sat, 13 Jun 2020 22:11:09 +0000
(16:11 -0600)
webi/install.bash
patch
|
blob
|
history
diff --git
a/webi/install.bash
b/webi/install.bash
index 47891e204bcbc6f6a99c0059496524df7639492f..25c49a1e706715b1bc1ca95ded4e32d5f5607fd0 100644
(file)
--- 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"
+ web
i_path_add
"$HOME/.local/bin"
fi
echo "Installed 'webi'"
else