From f6522450b67fc7aa77bc311b229521398609e934 Mon Sep 17 00:00:00 2001
From: Jono <jono@privategrity.com>
Date: Wed, 7 Aug 2019 10:33:21 -0700
Subject: [PATCH] Fix project name printing

---
 update.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update.sh b/update.sh
index 69ccbc3..e59d70b 100755
--- a/update.sh
+++ b/update.sh
@@ -42,7 +42,7 @@ update() {
 }
 
 for ((i=0; i<${#project_arr[@]}; ++i)); do
-    printf "\n\033[1m%s\033[0m\n" "${project_arr[i]}"
+    printf "\n%s\n" "${project_arr[i]}"
     pushd "$GOPATH"/src/gitlab.com/elixxir/client || exit
     update "${branch_arr[i]}"
     go test ./...
-- 
GitLab