From 829542d3c70da24de4aa8ca61488ea0a5388fa6f Mon Sep 17 00:00:00 2001 From: SonOfLope Date: Fri, 1 Mar 2024 16:51:38 -0500 Subject: [PATCH] Issue #24: Adding new line at EOF --- github-management-script/codeowners-file-creation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-management-script/codeowners-file-creation.sh b/github-management-script/codeowners-file-creation.sh index 57556b5..233d787 100644 --- a/github-management-script/codeowners-file-creation.sh +++ b/github-management-script/codeowners-file-creation.sh @@ -52,4 +52,4 @@ for REPO in ${REPOS}; do create_codeowners "$(dirname "${REPO}") $(basename "${REPO}")" -done \ No newline at end of file +done