Fix typo
This commit is contained in:
parent
ff07c911dc
commit
35406e7675
2
run.py
2
run.py
@ -130,7 +130,7 @@ def create_symlink(source, destination):
|
||||
return
|
||||
|
||||
if not args.force:
|
||||
print(f'`{destination}` already exists, will not overwrite. Rerun with `-f` to force overwiring existing files.', file=sys.stderr)
|
||||
print(f'`{destination}` already exists, will not overwrite. Rerun with `-f` to force overwriting existing files.', file=sys.stderr)
|
||||
return
|
||||
|
||||
dryrun_safe_remove(destination)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user