Skip to content

Commit

Permalink
Recursive clone for releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 11, 2024
1 parent 5b3a8a8 commit d8f8055
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ public QCommandStatus onExecute(
Paths.get("."),
"git",
"clone",
"--recursive",
cloneURI.toString(),
project
);
Expand Down

0 comments on commit d8f8055

Please sign in to comment.