mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-03 15:40:27 +00:00
Capitalize Index.
This commit is contained in:
parent
2c4e96a551
commit
6a8998c51f
@ -82,7 +82,7 @@ function fisher_install -d "Install plugins"
|
||||
|
||||
else
|
||||
if test ! -s $fisher_cache/.index
|
||||
printf "$indicator Updating the index %s\n" $name > $stderr
|
||||
printf "$indicator Updating the Index %s\n" $name > $stderr
|
||||
|
||||
if spin "__fisher_index_update" --error=/dev/null -f " @\r" > /dev/null
|
||||
debug "Update index ok"
|
||||
|
@ -47,7 +47,7 @@ function fisher_update -d "Update plugins"
|
||||
debug "Update %s" $fisher_index
|
||||
debug "Update %s" $fisher_home
|
||||
|
||||
printf "$indicator Updating the index\n" > $stderr
|
||||
printf "$indicator Updating the Index\n" > $stderr
|
||||
|
||||
if not spin "__fisher_index_update 0" --error=$stderr -f " @\r"
|
||||
debug "Update Index fail"
|
||||
|
Loading…
Reference in New Issue
Block a user