Skip to content
Snippets Groups Projects
Unverified Commit 8784498e authored by Claire's avatar Claire Committed by GitHub
Browse files

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

parent d6679d17
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment