Punctuation fix

This commit is contained in:
Anne Henmi 2018-08-27 10:02:52 -06:00
parent 0dfe50e072
commit 52febf8430
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ You only need to set up the repository once, after which you can install Docker
$ sudo rm /etc/yum.repos.d/docker*.repo
```
2. Temporarily store the URL (that you [copied above](#find-your-docker-ee-repo-url)) in an environment variable. Replace `<DOCKER-EE-URL>` with your URL in the following command. This variable assignment does not persist when the session ends.
2. Temporarily store the URL (that you [copied above](#find-your-docker-ee-repo-url)) in an environment variable. Replace `<DOCKER-EE-URL>` with your URL in the following command. This variable assignment does not persist when the session ends:
```bash
$ export DOCKERURL="<DOCKER-EE-URL>"