Skip to content

Commit

Permalink
fix: remove outdated and unneeded --redirect-combine flag
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Aug 11, 2024
1 parent 62d36fa commit 802765e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/lib/std.nu
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export def get_arch [] {
}

export def get_fedora_version [] {
return (run-external --redirect-combine rpm '-E' '%fedora' | complete).stdout
return (run-external rpm '-E' '%fedora' | complete).stdout
}

export def fetch_generic [url: string, suffix: string] {
Expand Down

0 comments on commit 802765e

Please sign in to comment.