Skip to content
Snippets Groups Projects
Commit 6ba4d767 authored by Lemmer, Jan's avatar Lemmer, Jan
Browse files

correct a typo

parent 1f69d192
Branches
Tags
No related merge requests found
Pipeline #564401 failed
......@@ -138,7 +138,7 @@ if ~configError %config File must exist
configPath = PlotID.createFileCopy('config.json',folderName,...
storPath,ID, 'data');
else
configPath = fullpath(storPath,folderName, 'config.json');
configPath = fullfile(storPath,folderName,'config.json');
config = struct();
if ispc
config.author = getenv('USERNAME');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment