Correct typo

This commit is contained in:
MDW 2023-06-05 14:57:53 +02:00
parent db84c81618
commit 20efdca243

View file

@ -77,7 +77,7 @@ else
server_private_key=$(</ssl/wireguard/private_key)
fi
# Get the server pubic key
# Get the server public key
if bashio::config.has_value 'server.public_key'; then
server_public_key=$(bashio::config 'server.public_key')
else