Skip to content

Commit 4103c15

Browse files
[MISC] Fix CONTRIBUTING guide (#1360)
1 parent cf09550 commit 4103c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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-22.04-amd64.charm --trust \
63-
--resource postgresql-image=$(yq '(.resources.postgresql-image.upstream-source)' metadata.yaml)
62+
juju deploy ./postgresql-k8s_ubuntu@22.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)