Skip to content

Commit

Permalink
Fix modules source in developer mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Sep 4, 2024
1 parent 2faa0c6 commit e65659c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions APP-MANAGER
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ mkdir -p "$AMDATADIR"
if test -f "$AMDATADIR"/betatester; then
AMREPO="https://raw.githubusercontent.com/ivan-hc/AM/dev"
AMBRANCH=$(basename "$AMREPO")
MODULES_SOURCE="$AMREPO/modules"
fi

function _betatester_message_on() {
Expand Down

0 comments on commit e65659c

Please sign in to comment.