mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
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
1 changed files with 1 additions and 1 deletions
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 a new issue