diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-02-22 00:15:04 +0100 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-02-22 00:15:04 +0100 |
commit | f4df74811c59844acb98d75084f97b65791afb0b (patch) | |
tree | 33a9d956677c07119de9771bb272cb5a0eac05e3 | |
parent | 4d9d45a45acaa506b9cc99dbb86e12b9cb692dd1 (diff) | |
download | vyos-1x-f4df74811c59844acb98d75084f97b65791afb0b.tar.gz vyos-1x-f4df74811c59844acb98d75084f97b65791afb0b.zip |
haproxy: T7187: Fix typo in op-mode XML file
-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> |