From 795409ae2a61cfebfa7d6860ca3f62a6ee49fb8b Mon Sep 17 00:00:00 2001 From: tomeichlersmith Date: Mon, 6 May 2024 21:16:34 -0500 Subject: [PATCH] fixup comments in runner dependabot ci --- ci/runner-dependabot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/runner-dependabot b/ci/runner-dependabot index 1b1639f..05001e7 100755 --- a/ci/runner-dependabot +++ b/ci/runner-dependabot @@ -45,7 +45,7 @@ list() { # 2 : version of that runner # 3 : provide to actually apply edit, otherwise just print lines that would change # Output: -# Edits the .github/workflows/test.yml in place if 3 args provided, +# Edits the ci/runners-to-test.json in place if 3 args provided, # otherwise just prints lines that would be edited to stdout update() { jq \ @@ -73,7 +73,7 @@ help() { OPTIONS -h, --help : print this help and exit - --apply : actually edit the test workflow yaml instead of + --apply : actually edit the ci/runners-to-test.json instead of just printing the lines that have been changed HELP