adding a new line at the end of git hooks

This commit is contained in:
Brian 2022-04-07 10:07:09 -06:00
parent d49f0c95c3
commit f5f4c467fd
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8
2 changed files with 2 additions and 2 deletions

View File

@ -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
fi

View File

@ -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
fi