diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-02-22 08:46:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-22 08:46:36 +0200 |
commit | b7ce1c1448f0f52976468fd579104f1e805fa8d8 (patch) | |
tree | 33a9d956677c07119de9771bb272cb5a0eac05e3 | |
parent | 4d9d45a45acaa506b9cc99dbb86e12b9cb692dd1 (diff) | |
parent | f4df74811c59844acb98d75084f97b65791afb0b (diff) | |
download | vyos-1x-b7ce1c1448f0f52976468fd579104f1e805fa8d8.tar.gz vyos-1x-b7ce1c1448f0f52976468fd579104f1e805fa8d8.zip |
Merge pull request #4359 from sarthurdev/T7187
haproxy: T7187: Fix typo in op-mode filename
-rw-r--r-- | op-mode-definitions/load-balancing_haproxy.xml.in (renamed from op-mode-definitions/load-balacing_haproxy.in) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/load-balacing_haproxy.in b/op-mode-definitions/load-balancing_haproxy.xml.in index c3d6c799b..8de7ae97f 100644 --- a/op-mode-definitions/load-balacing_haproxy.in +++ b/op-mode-definitions/load-balancing_haproxy.xml.in @@ -16,7 +16,7 @@ <properties> <help>Show load-balancing haproxy</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/load-balacing_haproxy.py show</command> + <command>sudo ${vyos_op_scripts_dir}/load-balancing_haproxy.py show</command> </node> </children> </node> |