Skip to content

Commit

Permalink
update after review (#24286)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelgavache authored Apr 2, 2024
1 parent 989c1e3 commit b33d483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/util/installinfo/install_info_nix.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func getToolVersion() (string, string) {
if err == nil {
version = toolVersion
}
return tool, version
}
if _, err := exec.LookPath("rpm"); err == nil {
tool = "rpm"
Expand Down

0 comments on commit b33d483

Please sign in to comment.