From eba5e71834771aa138fd815d721c16e7bbc21ae3 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Fri, 15 Apr 2022 21:13:19 +0200 Subject: [PATCH] style: add EOF line for script --- scripts/post-tag.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/post-tag.ps1 b/scripts/post-tag.ps1 index 475e4910..6e29e13f 100644 --- a/scripts/post-tag.ps1 +++ b/scripts/post-tag.ps1 @@ -8,4 +8,4 @@ git commit --amend --no-edit --no-verify $latestCommit = $(git rev-list HEAD | head -1) git tag -d $latestTag -git tag "$latestTag" $latestCommit \ No newline at end of file +git tag "$latestTag" $latestCommit