From d58cdf620d1ac3cf748ce2460b54c28de5fcb0fe Mon Sep 17 00:00:00 2001
From: Levente Polyak <anthraxx@archlinux.org>
Date: Thu, 12 Oct 2023 21:01:11 +0200
Subject: [PATCH] feat(db-update): colorize output by default

---
 db-update | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/db-update b/db-update
index 8cdd5a0..23223cc 100755
--- a/db-update
+++ b/db-update
@@ -6,6 +6,8 @@
 set -eo pipefail
 shopt -s nullglob
 
+colorize
+
 if (( $# >= 1 )); then
 	warning "Calling %s with a specific repository is no longer supported" "${0##*/}"
 	exit 1
-- 
GitLab