From d3fe29187a6bb8b78bea2791e95c3d061d9f6aec Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 11 May 2025 11:42:23 +0300 Subject: version 1 --- wireguardmeshgenerator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wireguardmeshgenerator.rb') 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] -- cgit v1.2.3