Skip to content

Commit 670444e

Browse files
YanniHu1996NiccoloFei
authored andcommitted
fix: correct URLs in release instructions for pg4k-pgd versions
Signed-off-by: huyantian <yantian.hu@enterprisedb.com>
1 parent e3e99b4 commit 670444e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ follow these steps:
220220

221221
```bash
222222
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"
223+
"https://get.enterprisedb.io/pg4k-pgd/pg4k-pgd-${OLD_PGD4K_VERSION}.yaml" \
224+
"https://get.enterprisedb.io/pg4k-pgd/pg4k-pgd-${NEW_PGD4K_VERSION}.yaml"
225225
```
226226

227227
Or from the `pg4k-pgd` repo, with the desired release branch

0 commit comments

Comments
 (0)