Skip to content

Commit c2d1533

Browse files
committed
Fix typo in gulpfile.js
1 parent 21309b1 commit c2d1533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ gulp.task('download-neo4j', function() {
182182
else {
183183
return download(neo4jLinuxUrl)
184184
.pipe(decompress({strip: 1}))
185-
.pipe(gulp.dest(neo4jHome))1
185+
.pipe(gulp.dest(neo4jHome));
186186
}
187187
}
188188
});

0 commit comments

Comments
 (0)