From e5c1c7c4a9c3b67a0de72fe06e561198bcc1262c Mon Sep 17 00:00:00 2001 From: Rohan Santhosh Kumar <181558744+Rohan5commit@users.noreply.github.com> Date: Thu, 26 Mar 2026 03:25:27 +0800 Subject: [PATCH] docs: fix duplicate word in custom module comment (#7349) Co-authored-by: rohan436 --- src/modules/custom.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/custom.rs b/src/modules/custom.rs index a27582ad6..3d7aeb32c 100644 --- a/src/modules/custom.rs +++ b/src/modules/custom.rs @@ -280,7 +280,7 @@ fn exec_command(cmd: &str, context: &Context, config: &CustomConfig) -> Option bool { let shell_exe = Path::new(shell).file_stem(); let no_args = shell_args.is_empty();