Updated accounts_cli
• Updated: - accounts_cli
This commit is contained in:
parent
ca8337b937
commit
8d092d427f
@ -355,7 +355,7 @@ module GabSocial
|
|||||||
|
|
||||||
if options[:number]
|
if options[:number]
|
||||||
target_account = Account.find(acct)
|
target_account = Account.find(acct)
|
||||||
followers = target_account.followers.local.limit(options[:number]).reorder(created_at: :asc)
|
followers = target_account.followers.local.limit(options[:number])
|
||||||
else
|
else
|
||||||
say('Error. Specify a limit', :red)
|
say('Error. Specify a limit', :red)
|
||||||
exit(1)
|
exit(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user