[Jakefile] fix typo

This commit is contained in:
nao-pon
2016-03-23 20:26:41 +09:00
parent b45cfec305
commit d94ecc4875
+1 -1
View File
@@ -48,7 +48,7 @@ var dirmode = 0755,
path.join(src, 'php', 'elFinderSession.php'),
path.join(src, 'php', 'elFinderSessionInterface.php')
]
.concat(grep(path.join(src, 'php'), '\\.class\.php$')),
.concat(grep(path.join(src, 'php'), '\\.class\.php$'))
.concat(grep(path.join(src, 'php'), 'Netmount\.php$')),
'misc':
[