Update 'cas_wrapper.py'

This commit is contained in:
Stepan Oksanichenko 2022-06-21 06:41:45 +00:00
parent 037aa1ad5e
commit 1fcbac41b1
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class CasWrapper:
"""
command = self._cas[
'notarize',
f'git://{local_git_repo_path}',
local_git_repo_path,
'-o',
'json',
]