From 56e573a5695a35f7e2383d1f683b606f22d43426 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Mon, 5 Oct 2020 10:24:37 +0300 Subject: [PATCH] Fixed linux deployment script config to point to proper repository --- deployment_scripts/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment_scripts/config b/deployment_scripts/config index bda54e390..2dbeaf442 100644 --- a/deployment_scripts/config +++ b/deployment_scripts/config @@ -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"