Skip to content
Snippets Groups Projects
Commit f6522450 authored by Jono's avatar Jono
Browse files

Fix project name printing

parent a3fc67b7
No related branches found
No related tags found
No related merge requests found
......@@ -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 ./...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment