Skip to content

Commit 7548af5

Browse files
committed
zbm-kcl: remove dracut from ZBM_MODULEDIR warning
1 parent f7a9d96 commit 7548af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/zbm-kcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ zbm_load_lib() {
1111
source "${ZBM_MODULEDIR}/lib/${lib}"
1212
else
1313
echo "ERROR: ${ZBM_MODULEDIR}/lib/${lib} not found" >&2
14-
echo "Set ZBM_MODULEDIR to the root of the ZBM dracut module" >&2
14+
echo "Set ZBM_MODULEDIR to the root of the ZBM module" >&2
1515
exit 1
1616
fi
1717
}

0 commit comments

Comments
 (0)