From f8b462d28e831b0828e9395d79cf8c3192a52137 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Wed, 13 Nov 2024 09:26:26 -0700 Subject: [PATCH] update task name, https://github.com/phetsims/perennial/issues/408 --- bin/daily-grunt-work.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/daily-grunt-work.sh b/bin/daily-grunt-work.sh index 209c7e4e..991f3f27 100755 --- a/bin/daily-grunt-work.sh +++ b/bin/daily-grunt-work.sh @@ -94,7 +94,7 @@ cd .. ########################################################################################################## -logWithStderr "TASK - GENERATE DEVELOPMENT STRINGS:" +logWithStderr "TASK - GRUNT UPDATE:" gruntUpdateCommand="grunt update && git commit -am 'grunt update from daily grunt work' --no-verify && git push" perennial/bin/for-each.sh perennial/data/active-repos "${gruntUpdateCommand}" cd babel || exit