diff --git a/src/plugins/match.rs b/src/plugins/match.rs index 81008a726e..1f2aad83fc 100644 --- a/src/plugins/match.rs +++ b/src/plugins/match.rs @@ -52,7 +52,7 @@ impl Plugin for Match { _ => { return Err(ShellError::string(format!( "Unrecognized type in params: {:?}", - args[0] + args[1] ))); } }