This commit is contained in:
kevin zhao
2025-11-13 21:26:34 -05:00
parent f665b1ce08
commit 40b8a6e311

View File

@@ -47,7 +47,7 @@ pub(crate) fn exec_policy_for(
return Ok(None);
}
load_policy(cwd).map(Some)
load_policy(cwd).map(Some)
}
pub(crate) fn commands_for_policy(command: &[String]) -> Vec<Vec<String>> {