Skip to content

Commit a766c25

Browse files
committed
Update main.sh
1 parent 235112c commit a766c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ install_deva() {
5656
fallback_install_deva() {
5757
echo -e "${PURPLE}Installing deva ${DEVA_INSTALL_VERSION}${RESET}"
5858
if [[ "${DEVA_INSTALL_VERSION}" == "latest" ]]; then
59-
pipx install --pip-args=--upgrade deva
59+
pipx install --pip-args=--upgrade datadog-agent-dev
6060
else
61-
pipx install "deva==${DEVA_INSTALL_VERSION}"
61+
pipx install "datadog-agent-dev==${DEVA_INSTALL_VERSION}"
6262
fi
6363

6464
deva --version

0 commit comments

Comments
 (0)