Fixed linux deployment script config to point to proper repository

This commit is contained in:
VakarisZ 2020-10-05 10:24:37 +03:00
parent 6b299c5cbb
commit 56e573a569
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ get_latest_release() {
sed -E 's/.*"([^"]+)".*/\1/' # Pluck JSON value sed -E 's/.*"([^"]+)".*/\1/' # Pluck JSON value
} }
MONKEY_LATEST_RELEASE=$(get_latest_release "monkey/guardicore") MONKEY_LATEST_RELEASE=$(get_latest_release "guardicore/monkey")
# Monkey binaries # Monkey binaries
LINUX_32_BINARY_NAME="monkey-linux-32" LINUX_32_BINARY_NAME="monkey-linux-32"