From 96078165a1a26f3f003ef84622cd45305ecffe6b Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Tue, 7 Jun 2011 19:14:00 -0400 Subject: [PATCH] whitespace paranoia --- gitup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gitup.py b/gitup.py index 0065b86..b6a296a 100644 --- a/gitup.py +++ b/gitup.py @@ -94,7 +94,6 @@ def update_repository(repo_path, repo_name): status = exec_shell("git status") if status.endswith("nothing to commit (working directory clean)"): - out(2, style("Pulling new changes...", "green")) result = exec_shell("git pull") out(2, "The following changes have been made since {}:".format(