Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
small urgent fix
  • Loading branch information
jackyalbo committed Apr 25, 2017
commit b02a55c8e93c89fd0565e6c93a27cb19148f722e
2 changes: 1 addition & 1 deletion lib/pkgcloud/azure-v2/compute/client/servers.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function createServer(options, callback) {
'typeHandlerVersion': '1.8',
'settings': {
'fileUris': ["https://raw.githubusercontent.com/CatalystCode/pkgcloud/master/lib/pkgcloud/azure-v2/scripts/ssh.ps1"],
'commandToExecute': `powershell -File ssh.ps1 ${hostname}\\${options.username} ${options.password}`
'commandToExecute': `powershell -File ssh.ps1 ${options.username} ${options.password}`
},
}
}];
Expand Down