diff --git a/src/TRestDetectorGas.cxx b/src/TRestDetectorGas.cxx index 2a862d96..caddb47b 100644 --- a/src/TRestDetectorGas.cxx +++ b/src/TRestDetectorGas.cxx @@ -736,7 +736,7 @@ string TRestDetectorGas::FindGasFile(string name) { string absoluteName = ""; if (!fGasGeneration && fGasServer != "none") { - absoluteName = TRestTools::DownloadRemoteFile((string)fGasServer + "/" + name); + absoluteName = TRestTools::DownloadRemoteFile((string)fGasServer + "/" + name, true); } if (absoluteName == "") {