Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
plotID_matlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
plotID
plotID_matlab
Commits
6ba4d767
Commit
6ba4d767
authored
3 years ago
by
Lemmer, Jan
Browse files
Options
Downloads
Patches
Plain Diff
correct a typo
parent
1f69d192
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#564401
failed
3 years ago
Stage: Run
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
+PlotID/Publish.m
+1
-1
1 addition, 1 deletion
+PlotID/Publish.m
with
1 addition
and
1 deletion
+PlotID/Publish.m
+
1
−
1
View file @
6ba4d767
...
...
@@ -138,7 +138,7 @@ if ~configError %config File must exist
configPath
=
PlotID
.
createFileCopy
(
'config.json'
,
folderName
,
...
storPath
,
ID
,
'data'
);
else
configPath
=
full
path
(
storPath
,
folderName
,
'config.json'
);
configPath
=
full
file
(
storPath
,
folderName
,
'config.json'
);
config
=
struct
();
if
ispc
config
.
author
=
getenv
(
'USERNAME'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment