remove red herring FIXME from get_dirs_var_from_call()

This commit is contained in:
Devyn Cairns 2024-07-10 17:24:22 -07:00
parent a8f9c90163
commit 5ade200a35

View File

@ -87,7 +87,7 @@ impl Command for NuCheck {
&path_str.item,
engine_state,
stack,
get_dirs_var_from_call(stack, call), // FIXME
get_dirs_var_from_call(stack, call),
) {
Ok(path) => {
if let Some(path) = path {