diff --git a/yazi-plugin/src/process/command.rs b/yazi-plugin/src/process/command.rs index 4c3775fc..f9315fe1 100644 --- a/yazi-plugin/src/process/command.rs +++ b/yazi-plugin/src/process/command.rs @@ -156,7 +156,7 @@ impl UserData for Command { methods.add_function_mut("args", |lua, (ud, args): (AnyUserData, Vec)| { crate::deprecate!( lua, - "The `args()` method on `Command` is deprecated, use `arg()` instead in your {}\n\nSee #2653 for more details: https://github.com/sxyazi/yazi/pull/2653" + "The `args()` method on `Command` is deprecated, use `arg()` instead in your {}\n\nSee #2752 for more details: https://github.com/sxyazi/yazi/pull/2752" ); {