diff --git a/update.sh b/update.sh
index 69ccbc3447eff2961ef3fb7455836b3484e64642..e59d70bb0d20615aab196be73e67e747b2aa3353 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 ./...