From c1b6927b0c1f5cad81a009f312e31a29fd909c11 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 22 Aug 2022 08:17:02 +0000 Subject: fix(core): 3n-snr code Signed-off-by: Peter Mikus Change-Id: I1ff6ce2eeaf074773f27ce0d4d414c4963a7a2de --- resources/libraries/bash/function/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/bash') diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index 556f780ff5..e40838995e 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -1155,7 +1155,7 @@ function select_topology () { TOPOLOGIES_TAGS="3_node_single_link_topo" ;; "3n_snr") - TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*3n_snrh*.yaml ) + TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*3n_snr*.yaml ) TOPOLOGIES_TAGS="3_node_single_link_topo" ;; "3n_tsh") -- cgit 1.2.3-korg