mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 23:56:18 -04:00
fix backslash
This commit is contained in:
parent
ec6a95d2ef
commit
79c735c814
|
|
@ -1362,9 +1362,9 @@ if [[ "$#" -eq 0 ]]; then
|
|||
while [[ -z "${author}" ]]; do
|
||||
read -r -p "Which author? " author
|
||||
done
|
||||
commitsCalendarByAuthor "${author}"; showMenu;;\
|
||||
q|"\n") exit;;\
|
||||
*) clear; optionPicked "Pick an option from the menu"; showMenu;;\
|
||||
commitsCalendarByAuthor "${author}"; showMenu;;
|
||||
q|"\n") exit;;
|
||||
*) clear; optionPicked "Pick an option from the menu"; showMenu;;
|
||||
esac
|
||||
done
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue