Skip to content

Commit 40cef37

Browse files
committed
Fix env variable name
1 parent 06d19b4 commit 40cef37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/ContainerPlugin/LaunchPlist.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import Foundation
1919

2020
public struct LaunchPlist: Encodable {
21-
static let debugTarget = "CONTAINER_DEBUG"
21+
static let debugTarget = "CONTAINER_DEBUG_LAUNCHD_LABEL"
2222

2323
public enum Domain: String, Codable {
2424
case Aqua

0 commit comments

Comments
 (0)