Skip to content

Commit f6af03c

Browse files
authored
Merge pull request friedrith#80 from samuelcseto/patch-1
fix: windows connection profile execute
2 parents 4af9a7a + 84549cb commit f6af03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows-connect.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function connectToWifi(config, ap, callback) {
3737
})
3838
.then(function() {
3939
return execCommand(
40-
'netsh wlan add profile filename="' + ap.ssid + '.xml"'
40+
'netsh wlan add profile filename="nodeWifiConnect.xml"'
4141
);
4242
})
4343
.then(function() {

0 commit comments

Comments
 (0)