From fa45d860c94913d55133cf96930dc5b45d3cbdda Mon Sep 17 00:00:00 2001
From: Kevin Lyda <kevin@lyda.ie>
Date: Sun, 7 Nov 2021 00:46:47 +0000
Subject: [PATCH] Make info less wordy.

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

diff --git a/build-container.sh b/build-container.sh
index 0fd2fc4..c97e12f 100755
--- a/build-container.sh
+++ b/build-container.sh
@@ -6,7 +6,7 @@ printf '{"auths":{"%s":{"username":"%s","password":"%s"}}}' \
        > /kaniko/.docker/config.json
 
 container=registry.ie.suberic.net/kevin/bulletin/gfortran:latest
-echo "================= Building $container"
+echo "Building $container"
 /kaniko/executor \
       --cache=true \
       --context "$PWD" \
-- 
GitLab