fix: remove redundant 'def' keyword from function declaration
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user