fix the flag type on release-pkg.nu (#10762)

# Description

Fix a breaking change based on how we do boolean flags in release-pkg.nu
This commit is contained in:
JT 2023-10-19 10:03:21 +13:00 committed by GitHub
parent 7162d4d9aa
commit 22ee041002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -225,7 +225,7 @@ def 'cargo-build-nu' [ options: string ] {
# Print a horizontal line marker
def 'hr-line' [
--blank-line(-b): bool
--blank-line(-b)
] {
print $'(ansi g)---------------------------------------------------------------------------->(ansi reset)'
if $blank_line { char nl }