diff --git a/scripts/update.sh b/scripts/update.sh
index fcdff3a9ff77abcfab1ee7a85bc3bd45fb6dd79a..1c750f693ddfd453597c973d0df85f61e47a6926 100755
--- a/scripts/update.sh
+++ b/scripts/update.sh
@@ -14,7 +14,6 @@ for module in $GLUON_MODULES; do
 	mkdir -p "$GLUONDIR"/$module
 	cd "$GLUONDIR"/$module
 	git init
-	git config commit.gpgsign false
 
 	if ! git branch -f base $commit 2>/dev/null; then
 		git fetch $repo $branch