Skip to content

Commit fa82fcc

Browse files
Merge pull request openshift#7266 from andfasano/fix-agent-installer-utils-extraction
Use the correct image name for agent-tui extraction
2 parents a4e933c + 864554c commit fa82fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/asset/agent/image/agentartifacts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func (a *AgentArtifacts) fetchAgentTuiFiles(releaseImage string, pullSecret stri
7373
files := []string{}
7474

7575
for _, srcFile := range agentTuiFilenames {
76-
extracted, err := release.ExtractFile("agent-installer-node-agent", srcFile)
76+
extracted, err := release.ExtractFile("agent-installer-utils", srcFile)
7777
if err != nil {
7878
return nil, err
7979
}

0 commit comments

Comments
 (0)