We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e99b4 commit 670444eCopy full SHA for 670444e
RELEASE.md
@@ -220,8 +220,8 @@ follow these steps:
220
221
```bash
222
vimdiff \
223
- "https://get.enterprisedb.io/pg4k-pgd/pg4k-pgd-enterprise-${OLD_PGD4K_VERSION}.yaml" \
224
- "https://get.enterprisedb.io/pg4k-pgd/pg4k-pgd-enterprise-${NEW_PGD4K_VERSION}.yaml"
+ "https://get.enterprisedb.io/pg4k-pgd/pg4k-pgd-${OLD_PGD4K_VERSION}.yaml" \
+ "https://get.enterprisedb.io/pg4k-pgd/pg4k-pgd-${NEW_PGD4K_VERSION}.yaml"
225
```
226
227
Or from the `pg4k-pgd` repo, with the desired release branch
0 commit comments