diff --git a/pkg/cmd/snapshotcmd.go b/pkg/cmd/snapshotcmd.go index 70b8914..a45b60d 100644 --- a/pkg/cmd/snapshotcmd.go +++ b/pkg/cmd/snapshotcmd.go @@ -350,7 +350,7 @@ func handleSnapshotList(ctx context.Context, cmd *cli.Command) error { name = "-" } table.AddRow( - TruncateID(snapshot.ID), + snapshot.ID, name, string(snapshot.Kind), snapshot.SourceInstanceName,