Skip to content

Commit

Permalink
zbm-kcl: remove dracut from ZBM_MODULEDIR warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Feb 15, 2022
1 parent f7a9d96 commit 7548af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/zbm-kcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ zbm_load_lib() {
source "${ZBM_MODULEDIR}/lib/${lib}"
else
echo "ERROR: ${ZBM_MODULEDIR}/lib/${lib} not found" >&2
echo "Set ZBM_MODULEDIR to the root of the ZBM dracut module" >&2
echo "Set ZBM_MODULEDIR to the root of the ZBM module" >&2
exit 1
fi
}
Expand Down

0 comments on commit 7548af5

Please sign in to comment.