summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 70058f1..439ecd5 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ in {
after = ["getty@tty1.service" ];
serviceConfig = {
Type = "oneshot";
- ExecStart = [ (disko.create cfg) (disk.mount cfg) (];
+ ExecStart = [ (disko.create cfg) (disk.mount cfg) ];
StandardInput = "null";
StandardOutput = "journal+console";
StandardError = "inherit";