From e8c883271490105b825c3566205755f38c2e519e Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Wed, 22 Jul 2015 18:23:40 -0400 Subject: [PATCH] fixed redirect bug --- trustcommerce.git/post-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustcommerce.git/post-update b/trustcommerce.git/post-update index e3ea621..3f88f43 100755 --- a/trustcommerce.git/post-update +++ b/trustcommerce.git/post-update @@ -76,7 +76,7 @@ else fi # Build the docs for this project -phpdoc -f trustcommerce.php -t $doc_path --template='responsive' &>/dev/null +phpdoc -f trustcommerce.php -t $doc_path --template='responsive' # Stop here if not updating a host if [ -z $target_host ]; then -- 2.25.1