summaryrefslogtreecommitdiff
path: root/pkg/domain/entities/containers.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-15 06:23:32 -0700
committerGitHub <noreply@github.com>2020-05-15 06:23:32 -0700
commita88cd9a22e5440532519f8ce6746738464f499e5 (patch)
treedf1e504429fa4ef916d59a87588f2dd2bef8f1bc /pkg/domain/entities/containers.go
parent4611ff5ce4ff67a142363ab66e10944bfc40f860 (diff)
parent7c7f4dbb517a2dd678d46833b7ac409a874a37a6 (diff)
downloadpodman-a88cd9a22e5440532519f8ce6746738464f499e5.tar.gz
podman-a88cd9a22e5440532519f8ce6746738464f499e5.tar.bz2
podman-a88cd9a22e5440532519f8ce6746738464f499e5.zip
Merge pull request #6227 from adrianreber/typo
Fix checkpoint --leave-running
Diffstat (limited to 'pkg/domain/entities/containers.go')
-rw-r--r--pkg/domain/entities/containers.go2
1 files changed, 1 insertions, 1 deletions
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
}