git_deploy: line length fix
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
25d99207f0
commit
59403e226b
|
@ -415,7 +415,8 @@ class GitRepo:
|
|||
client: HttpClient = self.server.lookup_component("http_client")
|
||||
check_url = detected_origin[:-4]
|
||||
logging.info(
|
||||
f"Git repo {self.alias}: Performing moved origin check - {check_url}"
|
||||
f"Git repo {self.alias}: Performing moved origin check - "
|
||||
f"{check_url}"
|
||||
)
|
||||
resp = await client.get(check_url, enable_cache=False)
|
||||
if not resp.has_error():
|
||||
|
|
Loading…
Reference in New Issue