1
0

fix: remove redundant 'def' keyword from function declaration

This commit is contained in:
2025-08-04 23:59:15 -05:00
parent 3187e3e396
commit f634c3a9d1

View File

@@ -77,7 +77,7 @@ read_package_file() {
}
# Loop through package lists and install
def install_package_lists() {
install_package_lists() {
local dotfiles_dir="$1"
local packages_dir="$dotfiles_dir/packages"