From 864709514cf3a5e60181a12b9427f8897981b17d Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:49:51 -0500 Subject: [PATCH] typo --- roles/lib/setup-restic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lib/setup-restic.yml b/roles/lib/setup-restic.yml index 47c5239..1a7d7c3 100644 --- a/roles/lib/setup-restic.yml +++ b/roles/lib/setup-restic.yml @@ -139,7 +139,7 @@ - name: Move restic to /usr/bin/ copy: - src: "/tmp/restic.bz2" + src: "/tmp/restic" dest: "/usr/bin/restic" remote_src: yes