Skip to content

Commit f8a18e8

Browse files
authored
Make maxIDLength public (#734)
1 parent ece8f98 commit f8a18e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Containerization/LinuxContainer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import struct ContainerizationOS.Terminal
2828
/// `LinuxContainer` is an easy to use type for launching and managing the
2929
/// full lifecycle of a Linux container ran inside of a virtual machine.
3030
public final class LinuxContainer: Container, Sendable {
31-
static let maxIDLength = 64
31+
public static let maxIDLength = 64
3232

3333
/// The identifier of the container.
3434
public let id: String

0 commit comments

Comments
 (0)