Skip to content

Commit 864554c

Browse files
committed
Use the correct image name for agent-tui extraction
1 parent a4e933c commit 864554c

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)