Skip to content

Commit 34497aa

Browse files
authored
docs: fix panic condition docs for package_driver_flow_condition_script (#264)
Signed-off-by: Melvin Wang <[email protected]>
1 parent 5c91e21 commit 34497aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/wdk-build/src/cargo_make.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ where
944944
///
945945
/// # Panics
946946
///
947-
/// Panics if `CARGO_MAKE_CRATE_NAME` is not set in the environment
947+
/// Panics if `CARGO_MAKE_CURRENT_TASK_NAME` is not set in the environment
948948
pub fn package_driver_flow_condition_script() -> anyhow::Result<()> {
949949
condition_script(|| {
950950
// Get the current package name via `CARGO_MAKE_CRATE_NAME_ENV_VAR` instead of

0 commit comments

Comments
 (0)