From ecb575e68630c41137a56c40e1257091ab6d4a5a Mon Sep 17 00:00:00 2001 From: David Duque Date: Sat, 18 Apr 2020 15:17:13 +0100 Subject: [PATCH] git describe --tags --- setup/questions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/questions.sh b/setup/questions.sh index c0debd2a..bd315fb5 100644 --- a/setup/questions.sh +++ b/setup/questions.sh @@ -207,6 +207,6 @@ if [ "$PRIVATE_IPV6" != "$PUBLIC_IPV6" ]; then echo "Private IPv6 Address: $PRIVATE_IPV6" fi if [ -f /usr/bin/git ] && [ -d .git ]; then - echo "Mail-in-a-Box Version: " $(git describe) + echo "Mail-in-a-Box Version: " $(git describe --tags) fi echo