From f623ba53bebaf4a3633083853be2743dbe253e1a Mon Sep 17 00:00:00 2001 From: belliash Date: Mon, 16 Jan 2012 13:29:50 +0100 Subject: [PATCH] update message --- ezsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ezsync b/ezsync index a6abb16..17aa221 100755 --- a/ezsync +++ b/ezsync @@ -162,7 +162,7 @@ if isSet MERGED_OVERLAY && isSet OVERLAY_BUILD; then [ ${?} -ne 0 ] && fail "EzBuild was unable to merge ebuilds into overlay!" 8 done if ! isEnabled ${EZOPT_NOPUSH}; then - pushRepository ${OVERLAYSDIR}/${OVERLAY_BUILD[0]} ${OVERLAY_BUILD[1]} "Automatic overlay update [$(date +"${PUSHDATEFORMAT}")]." + pushRepository ${OVERLAYSDIR}/${OVERLAY_BUILD[0]} ${OVERLAY_BUILD[1]} "Automatic update [$(date +"${PUSHDATEFORMAT}")]." [ ${?} -ne 0 ] && die "Ezbuild was unable to record changes to the remote overlay repository!" 8 fi fi