From e4552a879f95a5124664167b8659e21c9890d6f2 Mon Sep 17 00:00:00 2001 From: brent s Date: Mon, 29 Jan 2018 01:49:42 -0500 Subject: [PATCH] oops typo --- storage/backups/borg/sample.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/backups/borg/sample.config.json b/storage/backups/borg/sample.config.json index 7c31a33..72532b9 100644 --- a/storage/backups/borg/sample.config.json +++ b/storage/backups/borg/sample.config.json @@ -1,4 +1,4 @@ -# A normal config would be placed in the current user's come directory, +# A normal config would be placed in the current user's home directory, # typically under ~/.config/optools/backup.json { @@ -32,4 +32,4 @@ "host": "backups.domain.tld", # where the borg server is "ctx": "ssh -p 1234" # if you run a borg-specific SSHD on an alternate port } -} \ No newline at end of file +}