We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c780202 commit 0e1a7acCopy full SHA for 0e1a7ac
src/RoboFile.php
@@ -15,7 +15,7 @@ class RoboFile extends \Robo\Tasks {
15
* @return string
16
*/
17
protected function getTmpDir() {
18
- return realpath(sys_get_temp_dir()) . DIRECTORY_SEPARATOR . '/drupal-scaffold-' . time();
+ return realpath(sys_get_temp_dir()) . DIRECTORY_SEPARATOR . 'drupal-scaffold-' . time();
19
}
20
21
/**
0 commit comments