Skip to content

Commit

Permalink
Merge pull request aws-samples#23 from jschwarzwalder/patch-1
Browse files Browse the repository at this point in the history
update code commit cloneUrl key
  • Loading branch information
abaird986 authored Aug 1, 2018
2 parents e37559e + c7f0523 commit 62471a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ First, let's create a new CodeCommit repository where the streaming service code
aws codecommit create-repository --repository-name MythicalMysfitsStreamingService-Repository
```

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

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

0 comments on commit 62471a1

Please sign in to comment.