From 4ab4dd23dfb0b46459d3a1329958698770c6850d Mon Sep 17 00:00:00 2001 From: Steven Quan Date: Thu, 21 Mar 2024 11:30:07 +0000 Subject: [PATCH] pre-commit fix --- scripts/gh-utils.sh | 2 +- scripts/script.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gh-utils.sh b/scripts/gh-utils.sh index aff8c4a..036ff1e 100644 --- a/scripts/gh-utils.sh +++ b/scripts/gh-utils.sh @@ -23,4 +23,4 @@ function comment_on_pull_request() { else printf "%s \n %s" "$(get_formatted_comment_id "${_comment_id}")" "${_comment_body}" | gh pr comment "${_pr_number}" -R "${_repo_org}/${_repo_name}" -F - fi -} \ No newline at end of file +} diff --git a/scripts/script.sh b/scripts/script.sh index 81aba3a..5ea64cb 100755 --- a/scripts/script.sh +++ b/scripts/script.sh @@ -46,4 +46,4 @@ comment_on_pull_request "${REPO_ORG}" \ "${_scan_results_comment}" \ "true" \ "scan-results:${_scan_repo_name}" - \ No newline at end of file +