mirror of
https://github.com/containers/skopeo.git
synced 2026-05-17 04:23:37 +00:00
mount: print the mountpoint
After we mount a filesystem, print the root filesystem location. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
@@ -104,5 +104,7 @@ func mountCmd(c *cli.Context) error {
|
||||
return err
|
||||
}
|
||||
|
||||
fmt.Printf("%s\n", mountPoint)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user