Skip to content

Commit ae37db4

Browse files
authored
fix: palette-agent binary name is incorrect in install.sh (#2)
Signed-off-by: Nianyu Shen <[email protected]>
1 parent 1944e91 commit ae37db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ else
1616
fi
1717

1818
IMAGE=${IMAGE_REPO}/stylus-agent-mode-linux-${ARCH}:${VERSION}
19-
URL=${AGENT_URL_PREFIX}/palette-agent-${VERSION}-linux-${ARCH}
19+
URL=${AGENT_URL_PREFIX}/palette-agent-linux-${ARCH}
2020

2121
# Download edge-agent
2222
curl -v -L $URL -o palette-agent

0 commit comments

Comments
 (0)