From f5f4c467fdaf8b921c4759e1f00d04ca75845dd0 Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Thu, 7 Apr 2022 10:07:09 -0600 Subject: [PATCH] adding a new line at the end of git hooks --- git-hooks/post-commit | 2 +- git-hooks/post-update | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git-hooks/post-commit b/git-hooks/post-commit index 4a3ab3a..630fa42 100644 --- a/git-hooks/post-commit +++ b/git-hooks/post-commit @@ -8,4 +8,4 @@ if [ -n "$GIT_TAG" ]; then sed -i "/^GIT_TAG=\".*\"/ s//GIT_TAG=\"${GIT_TAG}\"/" .env else sed -i "/^GIT_TAG=\".*\"/ s//GIT_TAG=\"\"/" .env -fi \ No newline at end of file +fi diff --git a/git-hooks/post-update b/git-hooks/post-update index a0681ad..7f606c5 100644 --- a/git-hooks/post-update +++ b/git-hooks/post-update @@ -12,4 +12,4 @@ if [ -n "$GIT_BRANCH" ]; then sed -i "/^GIT_BRANCH=\".*\"/ s//GIT_BRANCH=\"${GIT_BRANCH}\"/" .env else sed -i "/^GIT_BRANCH=\".*\"/ s//GIT_BRANCH=\"\"/" .env -fi \ No newline at end of file +fi