From 788b6b30ee21a2a42c2ba2d147a2a1defe8d7eac Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Mon, 5 Mar 2018 08:15:02 -0600 Subject: [PATCH] DotNetCore branch renamed to develop --- update_ombi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_ombi.sh b/update_ombi.sh index ec6e05b..5c67eb1 100644 --- a/update_ombi.sh +++ b/update_ombi.sh @@ -177,7 +177,7 @@ declare -i j=5 while [ $i -le $j ] do .log 6 "Checking for latest version" - json=$(curl -sL http://$ip:$port/api/v1/Update/DotNetCore) + json=$(curl -sL http://$ip:$port/api/v1/Update/develop) .log 8 "json: $json" latestversion=$(grep -Po '(?<="updateVersionString":")([^"]+)' <<< "$json") .log 7 "latestversion: $latestversion"