Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jul 5, 2024
1 parent 78e36bd commit 0729efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libfetchers/git.cc
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ struct GitInputScheme : InputScheme

bool getSubmodulesAttr(const Input & input) const
{
return maybeGetBoolAttr(input.attrs, "submodules").value_or(false);
return maybeGetBoolAttr(input.attrs, "submodules").value_or(true);
}

bool getExportIgnoreAttr(const Input & input) const
Expand Down

0 comments on commit 0729efa

Please sign in to comment.