Documentation tweak

This commit is contained in:
Greg Neagle
2024-09-13 18:47:21 -07:00
parent e8111f0a3d
commit f2c20d0383
+1 -1
View File
@@ -201,7 +201,7 @@ func mountdmg(_ dmgPath: String,
throw MunkiError("Could not get mountpoint info from results of hdiutil attach \(dmgName)")
}
/// Unmounts the dmg at mountpoint/
/// Unmounts the dmg at mountpoint
func unmountdmg(_ mountpoint: String) {
var arguments = ["detach", mountpoint]
let results = runCLI("/usr/bin/hdiutil", arguments: arguments)