Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Feb 3, 2017
1 parent 5f127a9 commit 326ff8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plat_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ func prepareTaskUser(userName string) {
LoginInfo: loginInfo,
Desktop: desktop,
}
err = os.MkdirAll(taskContext.TaskDir)
if err != nil {
panic(err)
}
// note we only do this if not running as current user, since when running as
// current user, this would have no effect on env vars - they are inherited
// from parent process
Expand Down

0 comments on commit 326ff8e

Please sign in to comment.