Skip to content

Commit

Permalink
Fix commond issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yixingjia committed Aug 18, 2017
1 parent 3c35fcb commit 5864434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/import_vulnerability_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Copy the `vulnerability.sql` and `clear.sql` to the host where Harbor is running
```
$ docker exec -i clair-db psql -U postgres < clear.sql
$ docker exec -i clair-db psql U postgres < vulnerability.sql
$ docker exec -i clair-db psql -U postgres < vulnerability.sql
```
### Rescanning images
Expand Down

0 comments on commit 5864434

Please sign in to comment.