Skip to content

Commit 72ab7e8

Browse files
committed
Pass all args to deps:install from bundle:update
1 parent dd1f142 commit 72ab7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function bundle:outdated {
9393
function bundle:update {
9494
# Update any installed gems that are outdated
9595
bundle update
96-
deps:install
96+
deps:install "${@}"
9797
}
9898

9999
function yarn {

0 commit comments

Comments
 (0)