Update src/model/docker.ts

Co-authored-by: Webber Takken <webber.nl@gmail.com>
pull/305/head
AndrewKahr 2022-01-21 13:21:51 -08:00 committed by GitHub
parent c9dc026ec8
commit df48d46e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class Docker {
}
static async generateWinSDKRegKeys(silent = false) {
//Export registry keys that point to the location of the windows 10 sdk
// Export registry keys that point to the location of the windows 10 sdk
const exportWinSDKRegKeysCommand =
'echo Y| reg export "HKLM\\SOFTWARE\\WOW6432Node\\Microsoft\\Microsoft SDKs\\Windows\\v10.0" c:/regkeys/winsdk.reg';
await exec(exportWinSDKRegKeysCommand, undefined, { silent });