Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/master-build.sh')
-rwxr-xr-xproduction/master-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/master-build.sh b/production/master-build.sh
index 6b56220cb..b31dd851b 100755
--- a/production/master-build.sh
+++ b/production/master-build.sh
@@ -59,7 +59,7 @@ fi
# remember, local "test builds" that use this script must change
# or override 'GIT_PUSH' to simply echo, not actually push. Only
-# e4Build should 'push' these tags.
+# genie.releng should 'push' these tags.
#GIT_PUSH='echo git push'
if [[ "${testbuildonly}" == "true" ]]
then

Back to the top