Capitalize Index.

This commit is contained in:
Jorge Bucaran 2016-03-02 00:12:21 +09:00
parent 694a2553ff
commit 895faf9235
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30
2 changed files with 2 additions and 2 deletions

View file

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

View file

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