Skip to content

Commit

Permalink
Share name should be D
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Finkelshteyn authored Apr 19, 2019
1 parent 37c44b6 commit d4a8b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-appveyor.psm1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function Switch-DockerLinux
{
& "$env:ProgramFiles\Docker\Docker\DockerCli.exe" -SwitchLinuxEngine
$dshare = (Get-SmbShare -Name X -ErrorAction SilentlyContinue)
$dshare = (Get-SmbShare -Name D -ErrorAction SilentlyContinue)
if (-not $dshare) {
$deUsername = 'DockerExchange'
$dePsw = "ABC" + [guid]::NewGuid().ToString() + "!"
Expand Down

0 comments on commit d4a8b7f

Please sign in to comment.