Skip to content

Commit

Permalink
Fixes 1 log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehouwing committed Nov 13, 2023
1 parent fccb898 commit 1a13fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ foreach ($tagVersion in $tagVersions)
write-actions-error "::error $message"
}

$suggestedCommands =+ "git push origin :refs/heads/$($tagVersion.version)`n"
$suggestedCommands += "git push origin :refs/heads/$($tagVersion.version)`n"
}
}

Expand Down

0 comments on commit 1a13fd1

Please sign in to comment.