Address review comments

This commit is contained in:
Tobias Kussel
2023-05-19 11:53:03 +00:00
parent a18b63e190
commit ff4fb06ad1
11 changed files with 15 additions and 15 deletions

View File

@ -1,5 +1,5 @@
for module in $PROJECT/modules/*.sh
do
log INFO "sourcing $module"
log DEBUG "sourcing $module"
source $module
done