aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/bash/function
diff options
context:
space:
mode:
authorPeter Mikus <peter.mikus@protonmail.ch>2024-12-18 08:50:43 +0100
committerPeter Mikus <peter.mikus@protonmail.ch>2024-12-18 08:50:43 +0100
commit703b9e024db291696b1eb16c43a143d8d898cded (patch)
tree2184d5a4454879406c9af339051aa167b761f2de /resources/libraries/bash/function
parent8220dda55b0211690b0e24dfe710ca96bddef773 (diff)
fix(infra): 3n-emr
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: Id55240e4b819fc29f18b52f9ce8a3257f84e6043
Diffstat (limited to 'resources/libraries/bash/function')
-rw-r--r--resources/libraries/bash/function/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh
index a8c9208d46..d1302170b0 100644
--- a/resources/libraries/bash/function/common.sh
+++ b/resources/libraries/bash/function/common.sh
@@ -1270,7 +1270,7 @@ function select_topology () {
;;
*"3n-emr")
TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*3n_emr_*.yaml )
- TOPOLOGIES_TAGS="2_node_*_link_topo"
+ TOPOLOGIES_TAGS="3_node_*_link_topo"
;;
*"3n-aws")
TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*3n-aws*.yaml )