From 106c87847dfc06e98127959e6c478966d92bf2a2 Mon Sep 17 00:00:00 2001 From: Justin Perdok Date: Sat, 5 Oct 2019 20:23:05 +0200 Subject: [PATCH] typo --- scripts/win_connection_share.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/win_connection_share.ps1 b/scripts/win_connection_share.ps1 index 0be60d0..c7c4ece 100644 --- a/scripts/win_connection_share.ps1 +++ b/scripts/win_connection_share.ps1 @@ -15,7 +15,7 @@ Disable Internet Connection Sharing .PARAMETER SetPwnagotchiSubnet - Change the Internet Connection Sharing subnet to the Pwnagotchi subnet. The USB Gadget Interface IP ip default to 10.0.0.1. + Change the Internet Connection Sharing subnet to the Pwnagotchi subnet. The USB Gadget Interface IP will default to 10.0.0.1. .PARAMETER ScopeAddress Custom ScopeAddress (The IP Address of the USB Gadget Interface.) @@ -287,4 +287,4 @@ Function Select-NetAdaptor { Return $Adaptors[$selection-1] } # Dynamically create params for Setup-PwnagotchiNetwork function based of param input of script. -Setup-PwnagotchiNetwork @psBoundParameters \ No newline at end of file +Setup-PwnagotchiNetwork @psBoundParameters