Skip to content

Commit

Permalink
Fix home dir for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Aug 13, 2024
1 parent 2c4d18e commit d157fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/katc/username.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

var homeDirLocations = map[string][]string{
"windows": {"/Users"},
"windows": {`\Users`},
"darwin": {"/Users"},
"linux": {"/home"},
}
Expand Down

0 comments on commit d157fdd

Please sign in to comment.