Skip to content

Commit 0e1a7ac

Browse files
committed
Remove double slash in tmp-dir path
1 parent c780202 commit 0e1a7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class RoboFile extends \Robo\Tasks {
1515
* @return string
1616
*/
1717
protected function getTmpDir() {
18-
return realpath(sys_get_temp_dir()) . DIRECTORY_SEPARATOR . '/drupal-scaffold-' . time();
18+
return realpath(sys_get_temp_dir()) . DIRECTORY_SEPARATOR . 'drupal-scaffold-' . time();
1919
}
2020

2121
/**

0 commit comments

Comments
 (0)