Skip to content

Commit 2f33628

Browse files
committed
Remove unneeded function
1 parent c05c780 commit 2f33628

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/base_install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ _do() {
2121
}
2222

2323
function base_install() {
24+
source "$DOTFILES_DIR/scripts/read_yaml.sh"
2425
source "$DOTFILES_DIR/scripts/utils.sh"
2526

2627
print_details
@@ -105,7 +106,7 @@ function base_install() {
105106
extras)
106107
local x
107108
for x in "${pkgs[@]}"; do
108-
_run_alias_or_func "$x" || return $?
109+
_do "$x" || return $?
109110
done
110111
;;
111112
*)

0 commit comments

Comments
 (0)