From 1fcbac41b17457785ddae4a701fa6088ff6a1c3a Mon Sep 17 00:00:00 2001 From: Stepan Oksanichenko Date: Tue, 21 Jun 2022 06:41:45 +0000 Subject: [PATCH] Update 'cas_wrapper.py' --- cas_wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cas_wrapper.py b/cas_wrapper.py index 7bcd4f9..e1e20a9 100644 --- a/cas_wrapper.py +++ b/cas_wrapper.py @@ -38,7 +38,7 @@ class CasWrapper: """ command = self._cas[ 'notarize', - f'git://{local_git_repo_path}', + local_git_repo_path, '-o', 'json', ]