0
0
Fork 0
mirror of https://github.com/tj-actions/pg-dump.git synced 2024-12-20 01:18:49 +00:00

Update README.md

This commit is contained in:
Tonye Jack 2021-03-14 14:24:46 -04:00 committed by GitHub
parent 1fd523fae8
commit a3daf564cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ Run [pg_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate a
options: "-O"
```
> NOTE: Ensure the backup output file already exists.
> NOTE: :warning: Ensure the backup output file already exists.
Example
```yaml