From adc39c77f6111a38da82636f75e1880ac2d49f4f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 21 Mar 2017 19:53:20 -0300 Subject: Docs: deployment and updating --- inception | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inception') diff --git a/inception b/inception index 0ef0577..8ee6dde 100755 --- a/inception +++ b/inception @@ -129,7 +129,7 @@ function inception_version { # Fetch function inception_fetch { - ( cd $DIRNAME && $GIT fetch --all && $GIT log -n 1 --branches=origin/master ) + ( cd $DIRNAME && $GIT fetch --all && $GIT log --show-signature -n 1 --branches=origin/master ) } # Merge -- cgit v1.2.3