Skip to content

Commit aa3ba9f

Browse files
committed
Fixed DockerBuild.ps1.
1 parent 0d84b18 commit aa3ba9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostSharp.Engineering.BuildTools/Resources/DockerBuild.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if (-not $KeepEnv)
109109
}
110110
if (-not $env:GIT_USER_NAME)
111111
{
112-
$env:GIT_USER_EMAIL = 'teamcity'
112+
$env:GIT_USER_NAME = 'teamcity'
113113
}
114114
}
115115

0 commit comments

Comments
 (0)