Skip to content

Commit

Permalink
Fix disastrous typo in WLAN script
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneegans committed Nov 21, 2024
1 parent 2a7af52 commit 14ef906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modifier/Wifi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void AddWifiProfile(IProfileWifiSettings settings)
AddXmlFile(profile, xmlfile);

SpecializeScript.Append($"""
netsh.exe wlan add profile filename="{xmlfile}" user=all";
netsh.exe wlan add profile filename="{xmlfile}" user=all;
Remove-Item -LiteralPath '{xmlfile}';
""");
if (settings.ConnectAutomatically)
Expand Down

0 comments on commit 14ef906

Please sign in to comment.