Merge pull request #5176 from silenceshell/patch-1

SERVER_ID should be SERVER_IP
This commit is contained in:
Wenkai Yin 2018-06-29 18:55:24 +08:00 committed by GitHub
commit 98c09766f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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