Skip to content

Commit e2ef02a

Browse files
committed
fix parameter name in error message
Signed-off-by: Zen <[email protected]>
1 parent 0664c31 commit e2ef02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ugrd/base/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def generate_nodes(self):
7373
self.logger.info("Created device node %s at path: %s" % (node, node_path))
7474
except PermissionError as e:
7575
self.logger.error("Unable to create device node %s at path: %s" % (node, node_path))
76-
self.logger.info("`mknode` in `ugrd.base` can be used to generate device nodes within the initramfs archive if they cannot be created on the host system.")
76+
self.logger.info("`mknod_cpio` in `ugrd.base` can be used to generate device nodes within the initramfs archive if they cannot be created on the host system.")
7777
raise e
7878

7979

0 commit comments

Comments
 (0)