Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Remove typos in command #6009

Merged
merged 1 commit into from
Nov 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/v2.2/cloud/project/user-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The user you add receives an email inviting them to join the {{site.data.var.ece
After you add a new user to an environment, you must rebuild and deploy the environment. Rebuilds are triggered when you push a new commit to an environment. To trigger a rebuild without changing any code, use the the following command to to create an empty commit and "force" rebuilding the environment:

```bash
`git commit --allow-empty -m "redeploy" && git push <branch name>`
git commit --allow-empty -m "redeploy" && git push <branch name>
```

The new user cannot access the environment until it is successfully built and deployed.