From a9c5f908055d5bd527930831b063c47f2168e019 Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Fri, 20 Dec 2019 10:13:27 -0800 Subject: [PATCH] fix releasing message --- releasing/releasemodule.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasing/releasemodule.sh b/releasing/releasemodule.sh index 888c18b8c..c73661680 100755 --- a/releasing/releasemodule.sh +++ b/releasing/releasemodule.sh @@ -55,7 +55,7 @@ function releaseModule { git tag -a $tag -m "Release $tag on branch $branch" git push upstream $tag else - printf "\nSkipping push binary $binary -- run with NO_DRY_RUN=true to push the release.\n\n" + printf "\nSkipping push module $module -- run with NO_DRY_RUN=true to push the release.\n\n" fi # cleanup release artifacts