From bbf94bec311019557b210d141aa6b128dab88ba1 Mon Sep 17 00:00:00 2001 From: Dawid Pogorzelski Date: Wed, 12 Jan 2022 09:06:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50bd814..0eccc85 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ speedrun run whoami --insecure Stop Nginx on VMs that have a label `role` with value `nginx` and a label named `project` with value `someproject` ```bash -speedrun service stop nginx --target "labels.role == 'nginx' and labels.project == 'someproject'r" +speedrun service stop nginx --target "labels.role == 'nginx' and labels.project == 'someproject'" ``` Run arbitrary shell command on the target machines. Ignore Portal's certificate and connect via private IP address.