From d8d4d2426f0b21c9ad92ea8be1bb7997e24b973e Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Thu, 16 Jul 2026 12:17:27 +0100 Subject: [PATCH] maint: avoid a recent syntax check failure * HACKING: Tweak line length. --- HACKING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index 241a862f2..a3cf3edef 100644 --- a/HACKING +++ b/HACKING @@ -29,8 +29,8 @@ You can also interact with the project through the github mirror at: The entire repository, including revision control history dating back to 1991, currently weighs in at about 50MB. So you don't want to download it more often than necessary. -Once downloaded, you can get incremental updates by running one of these commands -from inside your new coreutils/ directory: +Once downloaded, you can get incremental updates by running one of these +commands from inside your new coreutils/ directory: If you have made *no* changes: git pull -- 2.47.3