Author: maven-release Date: 2014-05-20 10:34:16 +0200 (Tue, 20 May 2014) New Revision: 71 Url: http://forge.codelutin.com/projects/adminsys/repository/revisions/71 Log: refs #5074 (fix script deploy-to-demo-from-GIT.sh) Modified: scripts/maven-release/deploy-to-demo-from-GIT.sh Modified: scripts/maven-release/deploy-to-demo-from-GIT.sh =================================================================== --- scripts/maven-release/deploy-to-demo-from-GIT.sh 2014-05-19 12:22:49 UTC (rev 70) +++ scripts/maven-release/deploy-to-demo-from-GIT.sh 2014-05-20 08:34:16 UTC (rev 71) @@ -110,8 +110,8 @@ echo "Could not find $DEPLOY_TYPE/config file" bye_bye 1 fi -if [ ! -d svn ]; then - echo "Could not find $DEPLOY_TYPE/svn directory" +if [ ! -d git ]; then + echo "Could not find $DEPLOY_TYPE/git directory" bye_bye 1 fi