From 1daf71ede43d114fd8af0b79a6c54c7faf4bdf3f Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Sun, 20 Jun 2021 15:28:52 -0600 Subject: [PATCH] lf_check.py : more descriptive on what the git sha represents Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/lf_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/tools/lf_check.py b/py-scripts/tools/lf_check.py index 0fd143e8..150a7dfb 100755 --- a/py-scripts/tools/lf_check.py +++ b/py-scripts/tools/lf_check.py @@ -764,7 +764,7 @@ Example : report.start_content_div() report.set_table_title("LF Check Test Results") report.build_table_title() - report.set_text("git sha: {}".format(git_sha)) + report.set_text("lanforge-scripts git sha: {}".format(git_sha)) report.build_text() html_results = check.get_html_results() report.set_custom_html(html_results)