From 132aa67fa18828f96dcbc9f6bbbd1793a447aa9e Mon Sep 17 00:00:00 2001 From: ehennestad Date: Sat, 23 Nov 2024 20:32:41 +0100 Subject: [PATCH] Update comment --- +matnwb/+extension/installExtension.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) );