Skip to content

Commit aa7be48

Browse files
committed
Merge pull request #4 from neo4j/jakewins-patch-1
Swap to 3.0.0-M01-NIGHTLY Neo4j
2 parents d0991d5 + 2258a0d commit aa7be48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ gulp.task('watch', function () {
133133
gulp.task('download-neo4j', function() {
134134
if( !fs.existsSync('./build/neo4j-enterprise-3.0.0-alpha') ) {
135135
// Need to download
136-
return download("http://alpha.neohq.net/dist/neo4j-enterprise-3.0.0-alpha-unix.tar.gz")
136+
return download("http://alpha.neohq.net/dist/neo4j-enterprise-3.0.0-M01-NIGHTLY-unix.tar.gz")
137137
.pipe(gunzip())
138138
.pipe(untar())
139139
.pipe(gulp.dest('./build'));

0 commit comments

Comments
 (0)