diff --git a/cmd/lumper/mount.go b/cmd/lumper/mount.go index 04a7bfe44..738ee46ff 100644 --- a/cmd/lumper/mount.go +++ b/cmd/lumper/mount.go @@ -104,5 +104,7 @@ func mountCmd(c *cli.Context) error { return err } + fmt.Printf("%s\n", mountPoint) + return nil }