summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-07 09:30:37 +0000
committerLars Wirzenius <liw@liw.fi>2023-04-07 09:30:37 +0000
commita5b4bd505deeb95329d5a3f5a970e4f3f2411cd1 (patch)
treeec9ebe08a20e945ef3e29273ad6f008e5a916da8
parent88cb610a7e45cfd860ded97a0ab6c5e1d21d1967 (diff)
parentb05c4d33a1361279472d376488fc57ed5887e8ae (diff)
downloadvmadm-a5b4bd505deeb95329d5a3f5a970e4f3f2411cd1.tar.gz
Merge branch 'liw/fixes' into 'main'
minor fixes to get ./check to pass again See merge request larswirzenius/vmadm!65
-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 &ndash; virtual machine administration"
-author: "Lars Wirzenius"
+authors:
+ - "Lars Wirzenius"
markdowns:
- vmadm.md
bindings: