minor fix

This commit is contained in:
Pierre Delpy
2024-10-15 11:54:26 +02:00
parent 2b391a5156
commit 5f5e626501
8 changed files with 8 additions and 8 deletions

View File

@ -18,7 +18,7 @@ OIDC_URL="https://login.verbis.dkfz.de"
OIDC_ISSUER_URL="${OIDC_URL}/realms/${OIDC_REALM}"
OIDC_GROUP_CLAIM="groups"
source vars
source versions
for module in $PROJECT/modules/*.sh
do
log DEBUG "sourcing $module"