Skip to content

Commit

Permalink
shellcheck source fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 6, 2024
1 parent 6b47943 commit 83db93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APP-MANAGER
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ function _use_module() {
web_get "$AMREPO/modules/$MODULE" -O "$AMPATH/modules/$MODULE"
chmod a+x "$AMPATH/modules/$MODULE"
fi
# Source module
# shellcheck source=modules/*
source "$AMPATH/modules/$MODULE" "$@"
}

Expand Down

0 comments on commit 83db93b

Please sign in to comment.