From a34dccbd27731e5d89b1ad135c206c557e7bcad4 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 4 Jul 2016 09:35:51 -0700 Subject: [PATCH] Removing unnecessary curlies from bash command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d7f18ee1..a8a0a0328 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ and the [sample systemd timer file](https://torsion.org/hg/borgmatic/raw-file/tip/sample/systemd/borgmatic.timer). Then, from the directory where you downloaded them: - sudo mv {borgmatic.service,borgmatic.timer} /etc/systemd/system/ + sudo mv borgmatic.service borgmatic.timer /etc/systemd/system/ sudo systemctl enable borgmatic.timer sudo systemctl start borgmatic.timer