From f4a601257833640e9cb403fd0fd6196797409adc Mon Sep 17 00:00:00 2001
From: Martijn Vermaat <martijn@vermaat.name>
Date: Mon, 10 Oct 2011 08:57:39 +0000
Subject: [PATCH] Update default Mutalyzer location in cache-sync cronjob

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@386 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
---
 extras/cron.d/mutalyzer-cache-sync | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/cron.d/mutalyzer-cache-sync b/extras/cron.d/mutalyzer-cache-sync
index c58ea774..02d3e0a3 100644
--- a/extras/cron.d/mutalyzer-cache-sync
+++ b/extras/cron.d/mutalyzer-cache-sync
@@ -1,2 +1,2 @@
 # Synchronize the local cache with the live server every morning at 05:25
-#25 5 * * * www-data <MUTALYZER_BIN_CACHE_SYNC> 'http://www.mutalyzer.nl/2.0/services/?wsdl' 'http://www.mutalyzer.nl/2.0/Reference/{file}' 3
+#25 5 * * * www-data <MUTALYZER_BIN_CACHE_SYNC> 'https://mutalyzer.nl/services/?wsdl' 'https://mutalyzer.nl/Reference/{file}' 3
-- 
GitLab