From 91344c10a768c7fa530a9ef26012e14fa8dc4941 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Thu, 20 Feb 2014 00:55:16 -0500 Subject: [PATCH] Quick fix for #4 until I implement GitPython. --- gitup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitup.py b/gitup.py index 208c022..cf6c524 100644 --- a/gitup.py +++ b/gitup.py @@ -98,7 +98,7 @@ def update_repository(repo_path, repo_name): out(2, "There are new changes upstream...") status = exec_shell("git status") - if status.endswith("nothing to commit (working directory clean)"): + if status.endswith("nothing to commit, working directory clean"): out(2, green("Pulling new changes...")) result = exec_shell("git pull") out(2, "The following changes have been made since {}:".format(