From 381391efcf42f8e4d941f6e91ccca4df3924fbde Mon Sep 17 00:00:00 2001 From: Jordan Ogas Date: Tue, 26 Mar 2024 14:05:30 -0600 Subject: [PATCH 1/3] loc-dawg hint --- misc/loc | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/loc b/misc/loc index 77fb83f2f..b3673654d 100755 --- a/misc/loc +++ b/misc/loc @@ -325,6 +325,7 @@ if [[ -s /tmp/loc.extra ]]; then cat /tmp/loc.extra echo echo '🚨🚨🚨 unknown files found 🚨🚨🚨' + echo '(see misc/loc: forget to add new file(s)?)' exit 1 fi From c11cffdbd96798264aafdf01d7fe3ee4c4803fa4 Mon Sep 17 00:00:00 2001 From: Jordan Ogas Date: Tue, 26 Mar 2024 14:06:32 -0600 Subject: [PATCH 2/3] tidy --- misc/loc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/loc b/misc/loc index b3673654d..499c63cea 100755 --- a/misc/loc +++ b/misc/loc @@ -325,7 +325,7 @@ if [[ -s /tmp/loc.extra ]]; then cat /tmp/loc.extra echo echo '🚨🚨🚨 unknown files found 🚨🚨🚨' - echo '(see misc/loc: forget to add new file(s)?)' + echo '(see misc/loc; forget to add new file(s)?)' exit 1 fi From 5162a397cc06fbfbbcb8eab7decdbe0e98efe208 Mon Sep 17 00:00:00 2001 From: Reid Priedhorsky Date: Mon, 15 Apr 2024 11:41:25 -0600 Subject: [PATCH 3/3] tidy [skip ci] --- misc/loc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/loc b/misc/loc index 499c63cea..710494d6c 100755 --- a/misc/loc +++ b/misc/loc @@ -325,7 +325,7 @@ if [[ -s /tmp/loc.extra ]]; then cat /tmp/loc.extra echo echo '🚨🚨🚨 unknown files found 🚨🚨🚨' - echo '(see misc/loc; forget to add new file(s)?)' + echo 'hint: did you forget to add new file(s) to misc/loc?' exit 1 fi