Skip to content

Commit b3dd6da

Browse files
authored
Update RandomCommand.php
1 parent 33c7068 commit b3dd6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RandomCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function handle()
3131
}
3232

3333
if (rand(0, 1000) === 42) {
34-
shell_exec('open https://en.wikipedia.org/wiki/Wikipedia:Random');
34+
shell_exec('open https://en.wikipedia.org/wiki/Special:Random');
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)