Skip to content

Commit 39a6e02

Browse files
tkdbFlyingmana
authored andcommitted
space is never a slash
1 parent 5d525a4 commit 39a6e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MagentoHackathon/Composer/Magento/Deploystrategy/DeploystrategyAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public function addMapping($key, $value)
269269

270270
protected function removeTrailingSlash($path)
271271
{
272-
return rtrim($path, ' \\/');
272+
return rtrim($path, '\\/');
273273
}
274274

275275
/**

0 commit comments

Comments
 (0)