This commit is contained in:
Daniel_I_Am 2022-01-05 22:11:36 +01:00
parent ff07c911dc
commit 35406e7675

2
run.py
View File

@ -130,7 +130,7 @@ def create_symlink(source, destination):
return return
if not args.force: 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 return
dryrun_safe_remove(destination) dryrun_safe_remove(destination)