Skip to content

Commit cd60b47

Browse files
Fix OCA Error message
1 parent 517ae11 commit cd60b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/roles/healthchecks/files/check_gpu_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def get_oca_version():
6868

6969

7070
if version < "1.39.0":
71-
logger.error(f"Oracle Cloud Agent: {version} needs to be updated to 1.38.0 or higher")
71+
logger.error(f"Oracle Cloud Agent: {version} needs to be updated to 1.39.0 or higher")
7272
else:
7373
logger.info(f"Oracle Cloud Agent: {version}")
7474

0 commit comments

Comments
 (0)