Skip to content

Commit 3a535de

Browse files
[MISC] Fix CONTRIBUTING guide (#1361)
1 parent b3a99b6 commit 3a535de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ this operator.
1717
- test coverage
1818
- user experience for Juju administrators of this charm.
1919
- Please help us out in ensuring easy to review branches by rebasing your pull request branch onto
20-
the `main` branch. This also avoids merge commits and creates a linear Git commit history.
20+
the `16/edge` branch. This also avoids merge commits and creates a linear Git commit history.
2121

2222
## Developing
2323

@@ -59,8 +59,8 @@ juju model-config logging-config="<root>=INFO;unit=DEBUG"
5959
microk8s enable rbac
6060

6161
# Deploy the charm
62-
juju deploy ./postgresql-k8s_ubuntu-24.04-amd64.charm --trust \
63-
--resource postgresql-image=$(yq '(.resources.postgresql-image.upstream-source)' metadata.yaml)
62+
juju deploy ./postgresql-k8s_ubuntu@24.04-amd64.charm --trust \
63+
--resource postgresql-image=$(yq -r '.["resources"]["postgresql-image"]["upstream-source"]' metadata.yaml)
6464
```
6565

6666
## Canonical Contributor Agreement

0 commit comments

Comments
 (0)