Skip to content

Commit 8947b19

Browse files
authored
Merge pull request #112 from wp-cli/fix/broken-relative-namespace
Fix broken relative namespace
2 parents a0c01b5 + 90092e8 commit 8947b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context/GivenStepDefinitions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public function given_a_download( TableNode $table ) {
189189
continue;
190190
}
191191

192-
Process::create( \Utils\esc_cmd( 'curl -sSL %s > %s', $row['url'], $path ) )->run_check();
192+
Process::create( Utils\esc_cmd( 'curl -sSL %s > %s', $row['url'], $path ) )->run_check();
193193
}
194194
}
195195

0 commit comments

Comments
 (0)