We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a489d4 commit 508a659Copy full SHA for 508a659
ScriptsFunctions/Utilities/checkDependencies.m
@@ -17,7 +17,7 @@
17
% If the folder does not exist, clone the Git repository
18
if exist('open_manipulator_description','dir')~=7
19
disp(['Attempting to clone Git repository from ' gitRepo '...']);
20
- [status,~] = system(['git clone ' gitRepo]);
+ [status,~] = system(['git clone ' gitRepo ' --branch 1.0.0']);
21
22
% If cloning the repository failed, warn user that git is not installed
23
if status ~= 0
0 commit comments