Skip to content

Commit

Permalink
Merge branch 'master' into FixCallToraise_for_status_after_log
Browse files Browse the repository at this point in the history
  • Loading branch information
janvanmansum authored Apr 8, 2024
2 parents 955adcf + 22219ec commit 9ff344f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/datastation/datastation_get_component_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def get_config_version_info(config):
else:
default_version_info = {
'dans_rpm_module_prefix': 'dans.knaw.nl-',
'dataverse_application_path': '/var/lib/payara5/glassfish/domains/domain1/applications/dataverse/',
'payara_install_path': '/usr/local/payara5'
'dataverse_application_path': '/var/lib/payara6/glassfish/domains/domain1/applications/dataverse/',
'payara_install_path': '/usr/local/payara6'
}
rich.print('WARNING: No version_info section in config file. Using default values.')
rich.print('To get rid of this warning, add a version_info section to your config file:')
Expand Down

0 comments on commit 9ff344f

Please sign in to comment.