aboutsummaryrefslogtreecommitdiff
path: root/cmd/fscrypt/setup.go
diff options
context:
space:
mode:
authorJoe Richey joerichey@google.com <joerichey@google.com>2017-10-17 18:10:54 -0700
committerJoseph Richey <joerichey94@gmail.com>2017-10-19 02:22:28 -0700
commit7847ab8270efab472b7b6a4bf9a57f5b83cb7212 (patch)
treedc8cb96be83a978389cd59793d18ad13af8df312 /cmd/fscrypt/setup.go
parent36b313c802f9a8d23f2ad8ce5a59aa05f5925a2f (diff)
fmt almost done
Diffstat (limited to 'cmd/fscrypt/setup.go')
-rw-r--r--cmd/fscrypt/setup.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/fscrypt/setup.go b/cmd/fscrypt/setup.go
index 63f0c51..a421783 100644
--- a/cmd/fscrypt/setup.go
+++ b/cmd/fscrypt/setup.go
@@ -70,8 +70,8 @@ func setupFilesystem(path string) error {
return err
}
- fmt.Fprintf(Output, "Metadata directories created at %q.\n", ctx.Mount.BaseDir())
- fmt.Fprintf(Output, "Filesystem %q (%s) ready for use with %s encryption.\n",
+ fmt.Fprintf(cmd.Output, "Metadata directories created at %q.\n", ctx.Mount.BaseDir())
+ fmt.Fprintf(cmd.Output, "Filesystem %q (%s) ready for use with %s encryption.\n",
ctx.Mount.Path, ctx.Mount.Device, ctx.Mount.Filesystem)
return nil
}