Skip to content

Commit e4baea7

Browse files
committed
guide had invalid api
1 parent f6b850e commit e4baea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/INSTALL-ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ and create an account by logging in normally, then run the commands:
320320
RAILS_ENV=production bundle exec rails c
321321

322322
# (in rails console)
323-
> me = User.find_by_username_or_email('myemailaddress@me.com')[0]
323+
> me = User.find_by_username_or_email('myemailaddress@me.com')
324324
> me.activate #use this in case you haven't configured your mail server and therefore can't receive the activation mail.
325325
> me.admin = true
326326
> me.save

0 commit comments

Comments
 (0)