Skip to content

Commit

Permalink
Merge pull request #469 from pulibrary/readme-update
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
christinach authored Sep 4, 2024
2 parents 36253f5 + 68387fb commit 85c4a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- Go on the rails console `bundle exec rails c`
- Find your user and assign it the role of 'admin'
```ruby
user = User.find_by(uid: YOUR_UID)
user = User.find_by(uid: "YOUR_UID")
user.role = 'admin'
user.save!
```
Expand Down

0 comments on commit 85c4a74

Please sign in to comment.