浏览代码

Removing unnecessary curlies from bash command.

Dan Helfman 9 年之前
父节点
当前提交
a34dccbd27
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
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