Skip to content

Commit bc4438f

Browse files
author
Bruno Ramalho
committed
fix bundle name
1 parent a74753d commit bc4438f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set -eu
55
PROJECT_DIR="$( cd "$(dirname "$0")" ; pwd -P )/../tmp"
66
DEPENDENCIES="$( cd "$(dirname "$0")" ; pwd -P )/dependencies.txt"
77

8-
PACKAGE_NAME="EtimBundle"
9-
BUNDLE_NAME="DivanteEtimBundle"
8+
PACKAGE_NAME="ClassificationTreeBundle"
9+
BUNDLE_NAME="DivanteClassificationTreeBundle"
1010

1111
CREATE_DB=${CREATE_DB-true}
1212
DB_HOST=${DB_HOST-localhost}

0 commit comments

Comments
 (0)