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
|
read -r answer
|
||||||
case "$answer" in
|
case "$answer" in
|
||||||
y)
|
y)
|
||||||
pull-from-repos
|
git-pull-from-repos
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Not pulling from git repos."
|
echo "Not pulling from git repos."
|
||||||
|
|
Loading…
Add table
Reference in a new issue