We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cb43c commit 1651bd7Copy full SHA for 1651bd7
Sources/XcodeGenCLI/Commands/GenerateCommand.swift
@@ -100,7 +100,7 @@ class GenerateCommand: ProjectCommand {
100
do {
101
let projectGenerator = ProjectGenerator(project: project)
102
103
- guard let userName = ProcessInfo.processInfo.environment["LOGNAME"] else {
+ guard let userName = ProcessInfo.processInfo.environment["USER"] else {
104
throw GenerationError.missingUsername
105
}
106
0 commit comments