You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by tn...@apache.org on 2016/01/28 17:54:49 UTC

mesos git commit: Fix bad commit for commenting vote script.

Repository: mesos
Updated Branches:
  refs/heads/master 16c62e596 -> 7449711db


Fix bad commit for commenting vote script.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7449711d
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/7449711d
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/7449711d

Branch: refs/heads/master
Commit: 7449711dbab8705f6622ddee41b1f3d5ea5c1543
Parents: 16c62e5
Author: Timothy Chen <tn...@apache.org>
Authored: Thu Jan 28 08:54:29 2016 -0800
Committer: Timothy Chen <tn...@apache.org>
Committed: Thu Jan 28 08:54:29 2016 -0800

----------------------------------------------------------------------
 support/vote.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/7449711d/support/vote.sh
----------------------------------------------------------------------
diff --git a/support/vote.sh b/support/vote.sh
index 90a74d4..218a385 100755
--- a/support/vote.sh
+++ b/support/vote.sh
@@ -10,7 +10,7 @@ set -e
 . $(dirname ${0})/atexit.sh
 
 # Use colors for errors.
-#. $(dirname ${0})/colors.sh
+. $(dirname ${0})/colors.sh
 
 test ${#} -eq 2 || \
   { echo "Usage: `basename ${0}` [version] [candidate]"; exit 1; }