Skip to content

Commit 40d154c

Browse files
author
Noah Gorny
authored
Merge pull request #1689 from NoahGorny/rename-bash-it-update-internal
Rename _bash-it_update to _bash-it-update
2 parents c7d67ae + 825fc88 commit 40d154c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/helpers.bash

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)