Fix typo in configure_swagger.md

Typo in configure_swagger.md when mentioning SERVER_IP for prepare-swagger.sh

Signed-off-by: Zhi Qiang <kyroguex@gmail.com>
This commit is contained in:
chin zhiqiang 2018-05-03 12:18:37 +08:00 committed by Zhi Qiang
parent 4c192ae71f
commit 0841f0feab

View File

@ -26,7 +26,7 @@ From time to time, you may need to mannually test Harbor REST API. You can deplo
```
* Change the SERVER_IP to the IP address of your Harbor server.
```sh
SERVER_ID=<HARBOR_SERVER_DOMAIN>
SERVER_IP=<HARBOR_SERVER_DOMAIN>
```
* Change the file mode.
```sh