mirror of https://github.com/apache/maven.git
Changed test from file to dir
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@348852 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
40bfc6eb06
commit
052a96d05b
|
@ -83,7 +83,7 @@ echo $BUNDLE
|
|||
echo "artifactId: [${artifactId}]"
|
||||
echo
|
||||
|
||||
if [ -f $REPODIR/${groupId} ]
|
||||
if [ -d $REPODIR/${groupId} ]
|
||||
then
|
||||
echo "The group already exists"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue