diff options
Diffstat (limited to 'stdlib/backups/borg/client.go')
-rw-r--r-- | stdlib/backups/borg/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/backups/borg/client.go b/stdlib/backups/borg/client.go index 95d8d0d..b0c8292 100644 --- a/stdlib/backups/borg/client.go +++ b/stdlib/backups/borg/client.go @@ -8,7 +8,7 @@ import ( "log/slog" "path/filepath" - gonf "git.adyxax.org/adyxax/gonf/v2/pkg" + gonf "git.adyxax.org/adyxax/gonf/pkg" ) //go:embed borg-script-template |