Skip to content

Commit 51b6636

Browse files
committed
Fix missing comma
1 parent e4be138 commit 51b6636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/capistrano/cakephp/defaults.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set_if_empty :linked_dirs, [
66
'logs',
7-
'tmp'
7+
'tmp',
88
'tmp/cache/models',
99
'tmp/cache/persistent',
1010
'tmp/cache/views',

0 commit comments

Comments
 (0)