From b1bb2e78634d67a67ab1496f420fa0c17f4bfb61 Mon Sep 17 00:00:00 2001
From: Fabrice Gangler <fabrice.gangler@adullact.org>
Date: Thu, 9 Nov 2023 23:52:47 +0100
Subject: [PATCH] fix(BUILD.sh): add CLI user message

---
 BUILD.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/BUILD.sh b/BUILD.sh
index b2201c1..4abfb50 100755
--- a/BUILD.sh
+++ b/BUILD.sh
@@ -6,5 +6,6 @@ set -o nounset
 set -o pipefail
 
 # Download all required Puppet modules used to configure the virtual machine
+echo "Download all required Puppet modules used to configure the virtual machine"
 cd ./puppet/ || exit
 r10k puppetfile install -v
-- 
GitLab