diff options
Diffstat (limited to 'installer/ogagent-devel-installer.sh')
-rwxr-xr-x | installer/ogagent-devel-installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/ogagent-devel-installer.sh b/installer/ogagent-devel-installer.sh index d8745c52..5e70af8f 100755 --- a/installer/ogagent-devel-installer.sh +++ b/installer/ogagent-devel-installer.sh @@ -13,7 +13,7 @@ # Variables. PROGDIR="$PWD/ogagent" BRANCH="master" -SVNURL="https://github.com/opengnsys/OpenGnsys/branches/$BRANCH/admin/Sources/Clients/ogagent" +SVNURL="https://github.com/opengnsys/ogAgent/branches/$BRANCH/" # Show prerequisites needed to build the environment. mkdir -p $PROGDIR || exit 1 |