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