Fix command name

This commit is contained in:
flyingscorpio@arch-desktop 2021-10-28 19:04:23 +02:00
parent a1eaa4c28f
commit 0fb702ff2a

View file

@ -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."