aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/system/df.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-07-31 14:06:37 -0400
committerGitHub <noreply@github.com>2020-07-31 14:06:37 -0400
commit87955d8541e553567444b9f3cf2d09982fd9d419 (patch)
treee7e04c86432f498b815c7b1327464680e4318f97 /cmd/podman/system/df.go
parentb55a0ce42eb836b8d4a7091ea8bdd82e58f8352b (diff)
parenta9a55be991fa8f06cf266bd84a72589713a71ac9 (diff)
downloadpodman-87955d8541e553567444b9f3cf2d09982fd9d419.tar.gz
podman-87955d8541e553567444b9f3cf2d09982fd9d419.tar.bz2
podman-87955d8541e553567444b9f3cf2d09982fd9d419.zip
Merge pull request #7170 from mheon/204_backports
Extra backports for v2.0.4
Diffstat (limited to 'cmd/podman/system/df.go')
-rw-r--r--cmd/podman/system/df.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/system/df.go b/cmd/podman/system/df.go
index c2308f0cc..a242c4f66 100644
--- a/cmd/podman/system/df.go
+++ b/cmd/podman/system/df.go
@@ -2,11 +2,11 @@ package system
import (
"fmt"
- "html/template"
"io"
"os"
"strings"
"text/tabwriter"
+ "text/template"
"time"
"github.com/containers/libpod/v2/cmd/podman/registry"