[asterisk-scf-commits] asterisk-scf/integration/gitall.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Nov 17 09:40:11 CST 2010


branch "master" has been updated
       via  9a3f7d97a9f1f32c72bf342bdf62ec1b228e20d5 (commit)
      from  977c443dfb2f3e146a7e7c4055919615bfd5f710 (commit)

Summary of changes:
 gitall-asterisk-scf.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 9a3f7d97a9f1f32c72bf342bdf62ec1b228e20d5
Author: David M. Lee <dlee at digium.com>
Date:   Wed Nov 17 09:40:08 2010 -0600

    Stray paren in that last commit.

diff --git a/gitall-asterisk-scf.sh b/gitall-asterisk-scf.sh
index d4a92c1..6e3b755 100755
--- a/gitall-asterisk-scf.sh
+++ b/gitall-asterisk-scf.sh
@@ -125,7 +125,7 @@ EOF
                     git config remote.origin.pushurl ${repoPushUri};
                 else
                     git config --unset remote.origin.pushurl
-                fi ) )
+                fi )
             if ( cd ${repoDir} && git rev-parse --verify @{upstream} > /dev/null 2>&1 ); then
                 echo ">> Pulling from repo ${repoUri}"
                 ( cd ${repoDir} && git pull )

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/gitall.git



More information about the asterisk-scf-commits mailing list