Skip to content

Commit 508a659

Browse files
author
Abhishek Shankar
committed
Updated startup script to pull an older version of Open Manipulator - v1.0.0
1 parent 6a489d4 commit 508a659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ScriptsFunctions/Utilities/checkDependencies.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
% If the folder does not exist, clone the Git repository
1818
if exist('open_manipulator_description','dir')~=7
1919
disp(['Attempting to clone Git repository from ' gitRepo '...']);
20-
[status,~] = system(['git clone ' gitRepo]);
20+
[status,~] = system(['git clone ' gitRepo ' --branch 1.0.0']);
2121

2222
% If cloning the repository failed, warn user that git is not installed
2323
if status ~= 0

0 commit comments

Comments
 (0)