summaryrefslogtreecommitdiff
path: root/stdlib/backups
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/backups')
-rw-r--r--stdlib/backups/borg/client.go2
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)).