diff --git a/+matnwb/+extension/installExtension.m b/+matnwb/+extension/installExtension.m index e349e673..9cd79a31 100644 --- a/+matnwb/+extension/installExtension.m +++ b/+matnwb/+extension/installExtension.m @@ -85,7 +85,7 @@ function installExtension(extensionName) [~, ~, fileType] = fileparts(githubUrl); tempFilepath = [tempname, fileType]; - % Download the file containing the addon toolbox + % Download the file containing the zipped repository try tempFilepath = websave(tempFilepath, githubUrl); fileCleanupObj = onCleanup( @(fname) delete(tempFilepath) );