Skip to content

Commit a231406

Browse files
committed
Merge branch 'master' of github.com:visionmedia/express
2 parents e382e6a + f2563f4 commit a231406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/express

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ function createApplicationAt(path) {
334334

335335
// Session support
336336
app = app.replace('{sess}', program.sessions
337-
? eol + ' app.use(express.cookieParser(\'your secret here\'));' + eol + ' app.use(express.session());'
337+
? eol + 'app.use(express.cookieParser(\'your secret here\'));' + eol + 'app.use(express.session());'
338338
: '');
339339

340340
// Template support

0 commit comments

Comments
 (0)