Skip to content

Commit

Permalink
Use string type
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardiman committed Sep 24, 2019
1 parent 50f9377 commit d6bb1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Config/Arguments.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ extension Arguments {
self.scheme = scheme
self.configURL = URL(fileURLWithPath: configPath)
self.additionalExtension = argumentPairs[.additionalExtension]
self.verbose = argumentPairs[.verbose] ?? false
self.verbose = argumentPairs[.verbose] == "true"
}
}

Expand Down

0 comments on commit d6bb1e9

Please sign in to comment.