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 33c7068 commit b3dd6daCopy full SHA for b3dd6da
src/RandomCommand.php
@@ -31,7 +31,7 @@ public function handle()
31
}
32
33
if (rand(0, 1000) === 42) {
34
- shell_exec('open https://en.wikipedia.org/wiki/Wikipedia:Random');
+ shell_exec('open https://en.wikipedia.org/wiki/Special:Random');
35
36
37
0 commit comments