]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
docs: fix syntax
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 29 Jul 2023 10:44:37 +0000 (12:44 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 29 Jul 2023 10:44:37 +0000 (12:44 +0200)
Quick fixup for a7944939724bcf1fab8cb9129d5ad9e47d0ddf99.

mkosi.md

index 8b07f986e55dd6589d3b605a7549de5961d70890..35b0cbac10037403bf1058f0ac96070227d44922 100644 (file)
--- a/mkosi.md
+++ b/mkosi.md
@@ -1126,9 +1126,9 @@ local directory:
   script so that you know which `mkosi.conf` (if any) was passed in.
 
 * The **`mkosi.prepare`** script is invoked directly after the software packages are installed, from within
-  the image context, if it exists. It is first called for the image with the `final`` command line argument,
+  the image context, if it exists. It is first called for the image with the `final` command line argument,
   right after the software packages are installed. It is called a second time for the build overlay (if
-  this is enabled, see above) with the `build`` command line parameter, right after the build packages are
+  this is enabled, see above) with the `build` command line parameter, right after the build packages are
   installed and before the build script is executed. This script has network access and may be used to
   install packages from other sources than the distro's package manager (e.g. `pip`, `npm`, ...), after all
   software packages are installed but before the image is cached (if incremental mode is enabled). This