From 35406e76753296ebb49f6cfb7bf083f29cfba1de Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Wed, 5 Jan 2022 22:11:36 +0100 Subject: [PATCH] Fix typo --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index e582d20..9123495 100755 --- a/run.py +++ b/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)