Commit a97bce3
authored
fix(dnf): use str starts-with for record type check in install_pkgs (#572)
Nushell's describe returns the full type signature for records
("record<key: type, ...>"), not just "record". The equality check
== 'record' is therefore always false, silently skipping all
repo-specific package installs (terra, COPR, etc.).
Fix matches the existing pattern already used in add_coprs.
Closes #5711 parent 00a2696 commit a97bce3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
520 | | - | |
| 520 | + | |
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
| |||
0 commit comments