aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-12 14:18:20 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-15 17:18:38 -0700
commit06a3b2457bf1524a318b3fcaeb35e00bf510ee20 (patch)
tree16911363c055a85e62974853bb6bac40b7570872 /README.rst
parent92c9a6beeb33a6c9e0308f9f6b0165723813bb46 (diff)
downloadconsfigurator-06a3b2457bf1524a318b3fcaeb35e00bf510ee20.tar.gz
Revert "README: add missing parens"
This reverts commit e2a3c727d552fa251bfa1145c9b0c76248143972. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 752021c..1134c79 100644
--- a/README.rst
+++ b/README.rst
@@ -22,7 +22,7 @@ Debian machine as an unprivileged user, using sudo to become root, and then
starting up a Lisp image to execute your deployment code, you would just
evaluate::
- (deploy ((:ssh (:sudo :as "spwhitton@athena.example.com") :debian-sbcl)) athena.example.com)
+ (deploy (:ssh (:sudo :as "spwhitton@athena.example.com") :debian-sbcl) athena.example.com)
Declarative configuration management systems like Consfigurator and Propellor_
share a number of goals with projects like the `GNU Guix System`_ and