summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.rs2
-rw-r--r--vmadm.subplot3
2 files changed, 3 insertions, 2 deletions
diff --git a/build.rs b/build.rs
index 278a7c6..cc7a62c 100644
--- a/build.rs
+++ b/build.rs
@@ -7,5 +7,5 @@ fn main() {
let mut path: PathBuf = std::env::var("OUT_DIR").unwrap().into();
path.push("cloud-init.rs");
- write(&path, &format!("r#\"{}\"#\n", py)).unwrap();
+ write(&path, format!("r#\"{}\"#\n", py)).unwrap();
}
diff --git a/vmadm.subplot b/vmadm.subplot
index ef76a9e..53ac6a0 100644
--- a/vmadm.subplot
+++ b/vmadm.subplot
@@ -1,5 +1,6 @@
title: "vmadm – virtual machine administration"
-author: "Lars Wirzenius"
+authors:
+ - "Lars Wirzenius"
markdowns:
- vmadm.md
bindings: