adding a new line at the end of git hooks

This commit is contained in:
2022-04-07 10:07:09 -06:00
parent d49f0c95c3
commit f5f4c467fd
2 changed files with 2 additions and 2 deletions

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