Skip to content

Commit 15579eb

Browse files
PMM-7: Fix RC setup of pmm client (#197)
1 parent f00b2a8 commit 15579eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pmm_psmdb-pbm_setup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN if [[ "$PMM_CLIENT_VERSION" == http* ]]; then \
6666
elif [[ "$PMM_CLIENT_VERSION" =~ 3-dev-latest|latest ]]; then \
6767
dnf -y install pmm-client ; \
6868
elif [[ "$PMM_CLIENT_VERSION" = "pmm3-rc" ]]; then \
69-
percona-release enable pmm3-client testing && \
69+
percona-release enable-only pmm3-client testing && \
7070
dnf update --refresh -y && \
7171
dnf -y install pmm-client ; \
7272
else \

0 commit comments

Comments
 (0)