diff --git a/bootstrap.sh b/bootstrap.sh index 73cb2ba..476b5f9 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -175,7 +175,7 @@ update_repo() { [[ -z "$remote_sha" ]] && return 0 local_sha=$(git rev-parse HEAD) if [[ "$remote_sha" == "$local_sha" ]]; then - info "Repository up to date" + success "Repository up to date" return 0 fi warn "Repository out of date. Pulling updates..."