From 27a043dda37a3381f74e20355d59c24d79beb1f8 Mon Sep 17 00:00:00 2001
From: elavaud <edouard.lavaud@gmail.com>
Date: Tue, 1 Feb 2022 18:05:10 +0100
Subject: [PATCH] Fix missing colon on commands.yml.example (#2637)

Co-authored-by: Edouard Lavaud <e.lavaud@unyc.io>
---
 tests/etc/commands.yml.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/etc/commands.yml.example b/tests/etc/commands.yml.example
index a3c38d54..c2a8653f 100644
--- a/tests/etc/commands.yml.example
+++ b/tests/etc/commands.yml.example
@@ -452,7 +452,7 @@ sophos_sfos:
   basic: "system diagnostics utilities route lookup 172.16.16.16"
   extended_output: "system diagnostics show version-info"
 
-adtran_os
+adtran_os:
   version: "show version"
   basic: "show system-management-evc"
   extended_output: "show version"
-- 
GitLab