Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit ac91de1

Browse files
+ version call fix
1 parent b1fa69d commit ac91de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invoke-uplift/src/Invoke-Uplift-ActionVersion.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
$isSilent = Get-CommandOptionValue @("-json", "-silent") $commandOptions
99

10-
if($isSilent -eq $False) {
10+
if($isSilent -ne $True) {
1111
Write-RawMessage "uplift v$(Get-UpliftVersion)"
1212
}
1313

0 commit comments

Comments
 (0)