Skip to content

Commit 6245ccb

Browse files
committed
Remove unneeded function
1 parent c05c780 commit 6245ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/base_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function base_install() {
105105
extras)
106106
local x
107107
for x in "${pkgs[@]}"; do
108-
_run_alias_or_func "$x" || return $?
108+
_do "$x" || return $?
109109
done
110110
;;
111111
*)

0 commit comments

Comments
 (0)