From cdcceb02fd9532270a0fbac2ce804cc1a415c262 Mon Sep 17 00:00:00 2001 From: Chromachine Date: Sun, 24 Jun 2018 19:59:42 +0000 Subject: [PATCH] Update to actually sign commits --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index a262f72..ec1240f 100755 --- a/update.sh +++ b/update.sh @@ -20,5 +20,5 @@ git add -f 'DungeonsXL/dungeons' 'DungeonsXL/scripts' git add -f update.sh download.sh -sudo -H git commit && git push #sudo -H needed for GPG signing +sudo -H git commit -S && git push #sudo -H needed for GPG signing