mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
fix whitespace
This commit is contained in:
parent
1b2ebe8def
commit
1bd8d97093
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class PullCLI(CLI):
|
||||||
|
|
||||||
if self.options.verify:
|
if self.options.verify:
|
||||||
repo_opts += ' verify_commit=yes'
|
repo_opts += ' verify_commit=yes'
|
||||||
|
|
||||||
if not self.options.fullclone:
|
if not self.options.fullclone:
|
||||||
repo_opts += ' depth=1'
|
repo_opts += ' depth=1'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue