Skip to content

Commit

Permalink
Merge pull request #18 from Yoshi2889/fix/unknown-status
Browse files Browse the repository at this point in the history
Add unknown service status support
  • Loading branch information
NanoSector authored Jun 14, 2021
2 parents 1712662 + db11909 commit f009c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Brewed/Homebrew/Model/Service.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ struct Service: Identifiable {
enum ServiceStatus: String {
case stopped
case started
case unknown
}

enum ServiceError: Error {
Expand Down

0 comments on commit f009c45

Please sign in to comment.