fix: change command log to info
This commit is contained in:
parent
56266cbc4f
commit
1312d6e8bc
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class GitTunnelWrapper(object):
|
|||
# Support for partial and shallow cloning
|
||||
git_server_config = " -c uploadpack.allowfilter=true -c uploadpack.allowAnySHA1InWant=true "
|
||||
command = f"cd {root}; {self.server.git_path}{git_server_config}{self.server.repo_mode} '{root}{self.server.repo_name}'"
|
||||
log.debug("Final CMD: %s", command)
|
||||
log.info("Final CMD: %s", command)
|
||||
return command
|
||||
|
||||
def run(self, extras):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue