From 417cdd228b813176b4279f134503b8fee40c59ad Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Wed, 10 Oct 2018 16:44:00 -0500
Subject: [PATCH] Add color to logging

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

diff --git a/replicate.sh b/replicate.sh
index 5d2573a..fc0dc65 100755
--- a/replicate.sh
+++ b/replicate.sh
@@ -13,7 +13,7 @@ repo='git@gitlab.com:rehashedsalt/home.git'
 ## Define some functions
 log() {
 	[ -z ${1+x} ] && return 1
-	printf "${name}: $1\n"
+	printf "\e[94m${name}\e[0m: $1\n"
 }
 
 validatedep() {