forked from mirror/pixelfed
Update FixUsernames command to skip action by default
This commit is contained in:
parent
5b55165acd
commit
1f8fd484f7
|
@ -71,7 +71,7 @@ class FixUsernames extends Command
|
||||||
foreach($affected as $u) {
|
foreach($affected as $u) {
|
||||||
$old = $u->username;
|
$old = $u->username;
|
||||||
$this->info("Found user: {$old}");
|
$this->info("Found user: {$old}");
|
||||||
$opt = $this->choice('Select fix method:', $opts, 0);
|
$opt = $this->choice('Select fix method:', $opts, 3);
|
||||||
|
|
||||||
switch ($opt) {
|
switch ($opt) {
|
||||||
case $opts[0]:
|
case $opts[0]:
|
||||||
|
|
Loading…
Reference in New Issue