Skip to content

Commit a1e7199

Browse files
refactor
1 parent 4670ac8 commit a1e7199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boundary.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func New(ctx context.Context, config Config) (*Boundary, error) {
5555
}
5656

5757
func (b *Boundary) Start() error {
58-
// Start the jailer (network isolation)
58+
// Configure the jailer (network isolation)
5959
err := b.jailer.ConfigureBeforeCommandExecution()
6060
if err != nil {
6161
return fmt.Errorf("failed to start jailer: %v", err)

0 commit comments

Comments
 (0)