fix: change message for local nyacme hook
This commit is contained in:
parent
aa8d3a04d6
commit
f7ef3c7c47
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def main() -> None:
|
|||
hook_path = shutil.which('nyacme-hook')
|
||||
if not hook_path:
|
||||
log.warning('nyacme-hook not found')
|
||||
log.warning('setting hook path to `python -m nyacme.hook` instead')
|
||||
log.warning('setting hook path to project dir instead')
|
||||
hook_path = os.path.join(os.path.dirname(__file__), '..', 'nyacme-hook')
|
||||
|
||||
res = subprocess.run([
|
||||
|
|
Loading…
Reference in a new issue