From 825fc88a8ffd5862676762ff581662428b4b2f78 Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Sun, 25 Oct 2020 15:24:19 +0200 Subject: [PATCH] Rename _bash-it_update to _bash-it-update --- lib/helpers.bash | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/helpers.bash b/lib/helpers.bash index a709d507..58e5ffc3 100644 --- a/lib/helpers.bash +++ b/lib/helpers.bash @@ -91,7 +91,7 @@ bash-it () _bash-it-search $component "$@" return;; update) - func=_bash-it_update-$component;; + func=_bash-it-update-$component;; migrate) func=_bash-it-migrate;; version) @@ -169,18 +169,18 @@ _bash-it-plugins () _bash-it-describe "plugins" "a" "plugin" "Plugin" } -_bash-it_update-dev() { +_bash-it-update-dev() { _about 'updates Bash-it to the latest master' _group 'lib' - _bash-it_update- dev "$@" + _bash-it-update- dev "$@" } -_bash-it_update-stable() { +_bash-it-update-stable() { _about 'updates Bash-it to the latest tag' _group 'lib' - _bash-it_update- stable "$@" + _bash-it-update- stable "$@" } _bash-it_pull_and_update_inner() { @@ -198,7 +198,7 @@ _bash-it_pull_and_update_inner() { fi } -_bash-it_update-() { +_bash-it-update-() { _about 'updates Bash-it' _param '1: What kind of update to do (stable|dev)' _group 'lib'