]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
gpt-auto-generator: fix typo
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Tue, 21 Mar 2023 08:43:15 +0000 (09:43 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 21 Mar 2023 09:57:59 +0000 (18:57 +0900)
src/gpt-auto-generator/gpt-auto-generator.c

index 2a5222e6b9c4fa93a8102e31a63ca17cc85fadab..9ccd78af658e11a636a0514dc777f4c6cedeff1d 100644 (file)
@@ -631,7 +631,7 @@ static int add_partition_root_rw(DissectedPartition *p) {
         path = strjoina(arg_dest, "/systemd-remount-fs.service.d/50-remount-rw.conf");
 
         r = write_string_file(path,
-                              "# Automatically generated by systemd-gpt-generator\n\n"
+                              "# Automatically generated by systemd-gpt-auto-generator\n\n"
                               "[Service]\n"
                               "Environment=SYSTEMD_REMOUNT_ROOT_RW=1\n",
                               WRITE_STRING_FILE_CREATE|WRITE_STRING_FILE_NOFOLLOW|WRITE_STRING_FILE_MKDIR_0755);