hooks: fix typos
This commit is contained in:
parent
9101117cb5
commit
2996affa1c
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ def step(args):
|
|||
try:
|
||||
subprocess.run(['git', 'version'], check=True)
|
||||
except subprocess.CalledProcessError as e:
|
||||
print("Coult not execute git - Did not create initial commit"
|
||||
print("Could not execute git - Did not create initial commit")
|
||||
raise SystemExit
|
||||
|
||||
step(["git", "init"])
|
||||
step(["git", "add", "."])
|
||||
|
|
|
|||
Loading…
Reference in a new issue