mirror of
https://github.com/munki/munki.git
synced 2026-01-26 17:09:30 -06:00
Add a clarifying comment
This commit is contained in:
@@ -28,7 +28,7 @@ struct DisplayOptions {
|
||||
static var verbose = 1
|
||||
static var munkistatusoutput = false
|
||||
|
||||
private init() {}
|
||||
private init() {} // prevents assigning an instance to another variable
|
||||
}
|
||||
|
||||
func displayPercentDone(current: Int, maximum: Int) {
|
||||
|
||||
Reference in New Issue
Block a user