fix 🐛: Fix typo in firewall path variable #45

Merged
Jose merged 1 commits from dev into main 2026-02-25 17:41:08 +01:00

View File

@@ -30,7 +30,7 @@
{{
'/etc/pve/firewall/cluster.fw'
if pve_clustered
else '/etc/pve/firewall/' + pve_node.stdout + '.fw'
else '/etc/pve/firewall/' + pve_node + '.fw'
Review

[Score: 2] Direct use of variables is preferable over using functions like stdout for better readability and maintainability.

[Score: 2] Direct use of variables is preferable over using functions like stdout for better readability and maintainability.
}}
#################################################