Skip to content

Commit

Permalink
Fix two typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pburkholder committed Dec 19, 2023
1 parent 3f37b02 commit e80c8ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _docs/ops/managing-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Secondly, make the user a Concourse admin in Tooling using their GSA email addre

```sh
# on a tooling jumpbox, run:
u/uaa/login.sh
./uaa/login.sh
./make-ops-admin.sh <EMAIL_ADDRESS>
# Verify changes with:
./validate-admins.sh
Expand All @@ -98,6 +98,7 @@ Secondly, remove the user as a Concourse admin from Tooling using their GSA emai
```sh
# on a tooling jumpbox, run:
cd ./cg-scripts
./uaa/login.sh
./make-ops-admin.sh -r <EMAIL_ADDRESS>
# verify changes with:
./validate-admins.sh
Expand Down

0 comments on commit e80c8ab

Please sign in to comment.