mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 07:36:19 -04:00
fix define function
This commit is contained in:
parent
a985e4decf
commit
0f68ba1588
|
|
@ -25,7 +25,7 @@ else
|
|||
_limit=10
|
||||
fi
|
||||
|
||||
show_menu() {
|
||||
function show_menu() {
|
||||
NORMAL=`echo "\033[m"`
|
||||
MENU=`echo "\033[36m"`
|
||||
NUMBER=`echo "\033[33m"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue