mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
fix whitespace
This commit is contained in:
@@ -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'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user