From 0ff073d79c8fcdc632ae8fdf6390ef58f9b0b8b9 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Tue, 17 Sep 2024 15:43:10 -0400 Subject: [PATCH] fix(scripts): typo in auto-generated by scripts/builds --- scripts/builds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/builds b/scripts/builds index 15ad7aa0..aa2b5702 100755 --- a/scripts/builds +++ b/scripts/builds @@ -12,7 +12,7 @@ find . -type f -name go.mod | sort | while read -r mod; do fi sum="$dir/go.sum" - echo "# auto-generated by scripts/dependabot. DO NOT EDIT. + echo "# auto-generated by scripts/builds. DO NOT EDIT. name: $name on: