forked from p34709852/monkey
Fixed linux deployment script config to point to proper repository
This commit is contained in:
parent
6b299c5cbb
commit
56e573a569
|
@ -10,7 +10,7 @@ get_latest_release() {
|
|||
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
|
||||
LINUX_32_BINARY_NAME="monkey-linux-32"
|
||||
|
|
Loading…
Reference in New Issue