Skip to content

Commit 9842b16

Browse files
committed
lint fix
1 parent e776c3a commit 9842b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ansibleguy-webui/aw/execute/repository.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def get_path_run_repo(self) -> Path:
122122

123123
def _git_env(self) -> dict:
124124
env = {
125-
'GIT_SSH_COMMAND': f'ssh -o ConnectTimeout=10',
125+
'GIT_SSH_COMMAND': 'ssh -o ConnectTimeout=10',
126126
'GIT_HTTP_CONNECT_TIMEOUT': '10',
127127
}
128128
if self.repository.git_origin.find(' -p') != -1:

0 commit comments

Comments
 (0)