From ba1848807afe520cf7c57df31e9ceedeb024bfed Mon Sep 17 00:00:00 2001 From: Stuart Campbell <campbellsi@ornl.gov> Date: Tue, 6 Oct 2015 15:27:53 -0400 Subject: [PATCH] Fixed hard code path --- Framework/Properties/Mantid.properties.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Properties/Mantid.properties.template b/Framework/Properties/Mantid.properties.template index e400eaa8e67..27e669d1d7f 100644 --- a/Framework/Properties/Mantid.properties.template +++ b/Framework/Properties/Mantid.properties.template @@ -40,7 +40,7 @@ instrumentDefinition.directory = @MANTID_ROOT@/instrument # Whether to check for updated instrument definitions on startup of Mantid UpdateInstrumentDefinitions.OnStartup = @UPDATE_INSTRUMENT_DEFINTITIONS@ -UpdateInstrumentDefinitions.URL = https://api.github.com/repos/mantidproject/mantid/contents/Code/Mantid/instrument +UpdateInstrumentDefinitions.URL = https://api.github.com/repos/mantidproject/mantid/contents/instrument # Whether to check for newer mantid versions on startup CheckMantidVersion.OnStartup = @CHECK_FOR_NEW_MANTID_VERSION@ -- GitLab