Skip to content

Commit 8a46ea2

Browse files
committed
Travis reported 2 mistakes
1 parent 7d9e119 commit 8a46ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/FQ/Samples/SampleBootstrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class SampleBootstrapper extends Files {
1010

1111
function __construct($sampleDir) {
1212
parent::__construct();
13-
$this->_root = __DIR__ . '\\' . $sampleDir . '\\';
13+
$this->_root = __DIR__ . '/' . $sampleDir . '/';
1414
}
1515

1616
public function root() {

0 commit comments

Comments
 (0)