Skip to content

Commit

Permalink
plugins: initrd: fix error message with missing firmware
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Kubik <[email protected]>
  • Loading branch information
kubiko committed Aug 2, 2023
1 parent 934799d commit 224e361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft_legacy/plugins/v2/_initrd_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def _make_initrd_cmd(
f'[ ! -d "{firmware_dir}" ]',
"&&",
f'echo -e "firmware directory {firmware_dir} does not exist, consider using'
' kernel-initrd-stage-firmware: true/false option"',
' initrd-stage-firmware: true/false option"',
"&&",
"exit 1",
]
Expand Down

0 comments on commit 224e361

Please sign in to comment.