Skip to content

Commit 246ed50

Browse files
committed
fix: update ports in list command
1 parent 7c83b81 commit 246ed50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl Package {
6767
if verbose {
6868
info!(" - image: {}", self.index.image);
6969
if let Some(ports) = &self.index.ports {
70-
info!(" - volumes:");
70+
info!(" - ports:");
7171
for port in ports {
7272
info!(" - {}:{}", port.host, port.container);
7373
}

0 commit comments

Comments
 (0)