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.
2 parents c780202 + 0e1a7ac commit 6035854Copy full SHA for 6035854
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