Skip to content

Commit c7f0523

Browse files
update code commit cloneUrl key
My returned key was : cloneUrlHttp not cloneValueUrl, so I changed the label.
1 parent e37559e commit c7f0523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module-5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ First, let's create a new CodeCommit repository where the streaming service code
3939
aws codecommit create-repository --repository-name MythicalMysfitsStreamingService-Repository
4040
```
4141

42-
In the response to that command, copy the value for `"cloneValueUrl"`. It should be of the form:
42+
In the response to that command, copy the value for `"cloneUrlHttp"`. It should be of the form:
4343
`https://git-codecommit.REPLACE_ME_REGION.amazonaws.com/v1/repos/MythicalMysfitsStreamingService-Repository`
4444

4545
Next, let's clone that new and empty repository into our IDE:

0 commit comments

Comments
 (0)