aboutsummaryrefslogtreecommitdiff
path: root/lib/merge.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/merge.sh')
-rw-r--r--lib/merge.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/merge.sh b/lib/merge.sh
index 83fadc9..f57625c 100644
--- a/lib/merge.sh
+++ b/lib/merge.sh
@@ -85,7 +85,7 @@ merge_branch()
month="`date +%m`"
day="`date +%d`"
- # If no email address is in ~/.cbuildrc, create one
+ # If no email address is in ~/.aberc, create one
if test x"${email}" = x; then
email="${LOGNAME}@`hostname`"
fi