We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeaef52 commit 84549cbCopy full SHA for 84549cb
1 file changed
src/windows-connect.js
@@ -37,7 +37,7 @@ function connectToWifi(config, ap, callback) {
37
})
38
.then(function() {
39
return execCommand(
40
- 'netsh wlan add profile filename="' + ap.ssid + '.xml"'
+ 'netsh wlan add profile filename="nodeWifiConnect.xml"'
41
);
42
43
0 commit comments