Fix command name
This commit is contained in:
parent
a1eaa4c28f
commit
0fb702ff2a
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ hello() {
|
|||
read -r answer
|
||||
case "$answer" in
|
||||
y)
|
||||
pull-from-repos
|
||||
git-pull-from-repos
|
||||
;;
|
||||
*)
|
||||
echo "Not pulling from git repos."
|
||||
|
|
Loading…
Add table
Reference in a new issue