From ab310de99eb2e82c1d2a17a8a449d705c597f05b Mon Sep 17 00:00:00 2001 From: polichtm Date: Sun, 15 Mar 2020 08:55:47 -0400 Subject: [PATCH] addressing #23 --- Instructions/Labs/LAB_09a-Implement_Web_Apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md index fae92ee7..7f72856d 100644 --- a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md +++ b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md @@ -129,7 +129,7 @@ In this task, you will deploy code to the staging deployment slot. Set-Location -Path $HOME/php-docs-hello-world/ ``` -1. From the Cloud Shell pane, run the following to add the remote git (make sure to replace the `[deployment_name]` and `[git_clone_url]` placeholders with the value of the **Deployment Credentials** user name and **Git Clone Url**, respectively, which you identified in previous task): +1. From the Cloud Shell pane, run the following to add the remote git (make sure to replace the `[deployment_user_name]` and `[git_clone_url]` placeholders with the value of the **Deployment Credentials** user name and **Git Clone Url**, respectively, which you identified in previous task): ``` git remote add [deployment_user_name] [git_clone_url]