From 895faf9235d16475311e93bb2ffc3061d1a47558 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Wed, 2 Mar 2016 00:12:21 +0900 Subject: [PATCH] Capitalize Index. --- functions/fisher_install.fish | 2 +- functions/fisher_update.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/fisher_install.fish b/functions/fisher_install.fish index f0bc2ac..63234db 100644 --- a/functions/fisher_install.fish +++ b/functions/fisher_install.fish @@ -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" diff --git a/functions/fisher_update.fish b/functions/fisher_update.fish index 188651f..2a20198 100644 --- a/functions/fisher_update.fish +++ b/functions/fisher_update.fish @@ -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"