summaryrefslogtreecommitdiff
path: root/wireguardmeshgenerator.rb
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-05-11 11:42:23 +0300
committerPaul Buetow <paul@buetow.org>2025-05-11 11:42:23 +0300
commitd3fe29187a6bb8b78bea2791e95c3d061d9f6aec (patch)
tree7037023d7e86a398f32b65cfb97920e3a488f8f3 /wireguardmeshgenerator.rb
parent108ad545cc555a14b92344012d8ce0dfec9557b0 (diff)
version 1
Diffstat (limited to 'wireguardmeshgenerator.rb')
-rw-r--r--wireguardmeshgenerator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/wireguardmeshgenerator.rb b/wireguardmeshgenerator.rb
index 520d615..ec7ad5a 100644
--- a/wireguardmeshgenerator.rb
+++ b/wireguardmeshgenerator.rb
@@ -259,7 +259,7 @@ begin
conf['hosts'].keys.select { options[:hosts].empty? || options[:hosts].include?(_1) }
.each do |host|
- # Generate Wireguard configuration for the hostreload!
+ # Generate Wireguard configuration for the host reload!
WireguardConfig.new(host, conf['hosts']).generate! if options[:generate]
# Install Wireguard configuration for the host.
InstallConfig.new(host, conf['hosts']).upload!.install!.reload! if options[:install]