File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ bash-it ()
9191 _bash-it-search $component " $@ "
9292 return ;;
9393 update)
94- func=_bash-it_update -$component ;;
94+ func=_bash-it-update -$component ;;
9595 migrate)
9696 func=_bash-it-migrate;;
9797 version)
@@ -169,18 +169,18 @@ _bash-it-plugins ()
169169 _bash-it-describe " plugins" " a" " plugin" " Plugin"
170170}
171171
172- _bash-it_update -dev () {
172+ _bash-it-update -dev () {
173173 _about ' updates Bash-it to the latest master'
174174 _group ' lib'
175175
176- _bash-it_update - dev " $@ "
176+ _bash-it-update - dev " $@ "
177177}
178178
179- _bash-it_update -stable () {
179+ _bash-it-update -stable () {
180180 _about ' updates Bash-it to the latest tag'
181181 _group ' lib'
182182
183- _bash-it_update - stable " $@ "
183+ _bash-it-update - stable " $@ "
184184}
185185
186186_bash-it_pull_and_update_inner () {
@@ -198,7 +198,7 @@ _bash-it_pull_and_update_inner() {
198198 fi
199199}
200200
201- _bash-it_update - () {
201+ _bash-it-update - () {
202202 _about ' updates Bash-it'
203203 _param ' 1: What kind of update to do (stable|dev)'
204204 _group ' lib'
You can’t perform that action at this time.
0 commit comments