diff --git a/mux.go b/mux.go index 7a916c2..c5069a5 100644 --- a/mux.go +++ b/mux.go @@ -20,8 +20,8 @@ var Config = struct { Debug bool AppendOnly bool }{ - Path: "/tmp/restic", - Listen: ":8000", + Path: "/tmp/restic", + Listen: ":8000", AppendOnly: false, }