Skip to content

Commit 14eb66c

Browse files
committed
Small updates to project for avoiding printing a path to command line.
1 parent a776f99 commit 14eb66c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Utilities/ProjectStartupApp.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function startupFcn(app)
127127
Request.Header = HeaderField("X-GitHub-Api-Version","2022-11-28");
128128
Request.Header(2) = HeaderField("Accept","application/vnd.github+json");
129129
[Answer,~,~] = send(Request,Address);
130-
websave(fullfile("Utilities/SurveyLinks.mat"),Answer.Body.Data.download_url)
130+
websave(fullfile("Utilities/SurveyLinks.mat"),Answer.Body.Data.download_url);
131131
catch
132132
end
133133

0 commit comments

Comments
 (0)