Skip to content

Commit

Permalink
fix: wrong function name on download.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellinoit authored and kriive committed Nov 14, 2024
1 parent 1ab9308 commit 26cbbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dependencies/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ func (dd *Downloader) DownloadTools(kfd config.KFD) ([]string, error) {
return
}

if (name == "kapp") && !distribution.HasFeature(kfd, distribution.FeatureKapp) {
if (name == "kapp") && !distribution.HasFeature(kfd, distribution.FeatureKappSupport) {
return
}

Expand Down

0 comments on commit 26cbbe3

Please sign in to comment.