Skip to content

Commit ba62595

Browse files
bronsolobronsolo
authored andcommitted
fix MATLAB vs Matlab dir name
1 parent 5481983 commit ba62595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotly_setup_aux/plotlyupdate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function plotlyupdate(varargin)
7373
%parse filepath string at the Plotly directory
7474
plotlyLoc = strfind(fileparts(plotlyScriptDirs{d}),fullfile('MATLAB-api','plotly'));
7575
if ~isempty(plotlyLoc)
76-
plotlyDirs{dircount} = fullfile(plotlyScriptDirs{d}(1:plotlyLoc-1),'Matlab-api','plotly');
76+
plotlyDirs{dircount} = fullfile(plotlyScriptDirs{d}(1:plotlyLoc-1),'MATLAB-api','plotly');
7777
end
7878
dircount = dircount + 1;
7979
end

0 commit comments

Comments
 (0)