Explorar o código

Removing unnecessary curlies from bash command.

Dan Helfman %!s(int64=9) %!d(string=hai) anos
pai
achega
87c65fb723
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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