From 7c7f4dbb517a2dd678d46833b7ac409a874a37a6 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 14 May 2020 12:20:03 +0000 Subject: Fix checkpoint --leave-running There was typo in the variable name and in one place it was not correctly passed to the next layer. Signed-off-by: Adrian Reber --- pkg/domain/entities/containers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/domain/entities/containers.go') diff --git a/pkg/domain/entities/containers.go b/pkg/domain/entities/containers.go index e5330e1ab..3cc4b6db1 100644 --- a/pkg/domain/entities/containers.go +++ b/pkg/domain/entities/containers.go @@ -170,7 +170,7 @@ type CheckpointOptions struct { IgnoreRootFS bool Keep bool Latest bool - LeaveRuninng bool + LeaveRunning bool TCPEstablished bool } -- cgit v1.2.3-54-g00ecf