Fix tootctl accounts migrate error due to typo (#23567)

lolsob-rspec
Claire 2023-03-03 20:45:12 +01:00 committed by GitHub
parent db0bbe5cb7
commit cdc026c2fb
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ module Mastodon
exit(1)
end
unless options[:force] || migration.target_acount_id == account.moved_to_account_id
unless options[:force] || migration.target_account_id == account.moved_to_account_id
say('The specified account is not redirecting to its last migration target. Use --force if you want to replay the migration anyway', :red)
exit(1)
end