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', ]