From 5be18329349f6deea21cfb624ad6a7d7749bbb72 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Thu, 16 Jun 2022 22:57:38 +0200 Subject: [PATCH] Fix typo --- .scripts/restic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/restic.py b/.scripts/restic.py index 4060d55..bbf8b0f 100644 --- a/.scripts/restic.py +++ b/.scripts/restic.py @@ -66,7 +66,7 @@ def mounted_backup_drive(): def pre_backup(): - password = getpass("Restict repo password: ") + password = getpass("Restic repo password: ") write_home_visible_includes()