diff options
Diffstat (limited to 'stdlib/backups/borg')
-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 b0c8292..1989303 100644 --- a/stdlib/backups/borg/client.go +++ b/stdlib/backups/borg/client.go @@ -81,7 +81,7 @@ func (b *BorgClient) Resolve() { hostname, name, job.path, - job.hostname, name)). + hostname, name)). Resolve() service_name := fmt.Sprintf("borgbackup-job-%s.service", name) gonf.File(filepath.Join(systemdSystemPath, service_name)). |