Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Nov 23, 2024
1 parent bd40894 commit 132aa67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +matnwb/+extension/installExtension.m
Original file line number Diff line number Diff line change
Expand Up @@ -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) );
Expand Down

0 comments on commit 132aa67

Please sign in to comment.