diff --git a/Jamf Pro/Extension Attributes/Get-LatestOSSupported.sh b/Jamf Pro/Extension Attributes/Get-LatestOSSupported.sh
index a818bee..9ac5301 100644
--- a/Jamf Pro/Extension Attributes/Get-LatestOSSupported.sh
+++ b/Jamf Pro/Extension Attributes/Get-LatestOSSupported.sh
@@ -520,6 +520,6 @@ else
model_result="${ram_check_results}${storage_check_results}"
fi
-echo "${report_result}"
+echo "${version_string} ${report_result}"
write_to_ea_history "latest_os_supported" "${model_result}"
-exit 0
\ No newline at end of file
+exit 0