From 72bd3f5930f7da9a58e5f90c58a681aedae1a2d0 Mon Sep 17 00:00:00 2001
From: XhmikosR <xhmikosr@gmail.com>
Date: Sun, 25 Nov 2018 11:49:14 +0200
Subject: [PATCH] ship.sh: add missing period.

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

diff --git a/build/ship.sh b/build/ship.sh
index 9b94d8bae9..2892843839 100755
--- a/build/ship.sh
+++ b/build/ship.sh
@@ -36,7 +36,7 @@ npm run release-version "$current_version" "$1"
 
 # Build release
 printf "\n%s=======================================================%s" $magenta $end
-printf "\n%sBuilding release..%s" $magenta $end
+printf "\n%sBuilding release...%s" $magenta $end
 printf "\n%s=======================================================\n%s" $magenta $end
 npm run release
 
-- 
GitLab