From c8006ce54f03a13d5ea2c2adac9bfa5e2c9ac292 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Fri, 15 Nov 2019 13:15:17 -0600 Subject: [PATCH] Remove typos in command --- guides/v2.2/cloud/project/user-admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.2/cloud/project/user-admin.md b/guides/v2.2/cloud/project/user-admin.md index 3059e1ada94..34c5e36c955 100644 --- a/guides/v2.2/cloud/project/user-admin.md +++ b/guides/v2.2/cloud/project/user-admin.md @@ -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 ` +git commit --allow-empty -m "redeploy" && git push ``` The new user cannot access the environment until it is successfully built and deployed.