forked from extern/nushell
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:
parent
7162d4d9aa
commit
22ee041002
2
.github/workflows/release-pkg.nu
vendored
2
.github/workflows/release-pkg.nu
vendored
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user