diff --git a/playbooks/ci-workarounds/get_extra_logging.yaml b/playbooks/ci-workarounds/get_extra_logging.yaml
index cfd83759ad..7e7334a097 100644
--- a/playbooks/ci-workarounds/get_extra_logging.yaml
+++ b/playbooks/ci-workarounds/get_extra_logging.yaml
@@ -26,5 +26,5 @@
       ignore_errors: True
       become: yes
     - name: Get OVS
-      shell: "osv-vsctl show > {{ zuul_output_dir }}/logs/post-job-network-ovs.txt"
+      shell: "ovs-vsctl show > {{ zuul_output_dir }}/logs/post-job-network-ovs.txt"
       ignore_errors: True