From d4903477ccc3f9c0c4960f7559bff7f0b8c2c263 Mon Sep 17 00:00:00 2001 From: Dave Fallon Date: Tue, 3 Sep 2013 22:21:35 -0700 Subject: [PATCH] Fixed branch in the default conf as well, even though it should be overwritten on install. --- msm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msm.conf b/msm.conf index 2f4de5b..4ca9f0c 100644 --- a/msm.conf +++ b/msm.conf @@ -169,4 +169,4 @@ DEFAULT_MESSAGE_COMPLETE_BACKUP_FINISHED="Backup complete." # Default github url to pull updates from. Do not change this unless you want # to use another github fork of msm. -UPDATE_URL="https://raw.github.com/marcuswhybrow/minecraft-server-manager/latest" +UPDATE_URL="https://raw.github.com/marcuswhybrow/minecraft-server-manager/master"