summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'project.py')
-rw-r--r--project.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/project.py b/project.py
index 41e81d1f..ff91d189 100644
--- a/project.py
+++ b/project.py
@@ -2142,8 +2142,7 @@ class Project(object):
2142 if prune: 2142 if prune:
2143 cmd.append('--prune') 2143 cmd.append('--prune')
2144 2144
2145 if submodules: 2145 cmd.append(f'--recurse-submodules={"on-demand" if submodules else "no"}')
2146 cmd.append('--recurse-submodules=on-demand')
2147 2146
2148 spec = [] 2147 spec = []
2149 if not current_branch_only: 2148 if not current_branch_only: