From d82fd8b6c15104e6970ab4f2d1abe680fdb95203 Mon Sep 17 00:00:00 2001 From: Joseph Richey Date: Tue, 17 Oct 2017 03:53:46 -0700 Subject: fscrypt.go now has no errors --- cmd/ext4/ext4.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/ext4/ext4.go') diff --git a/cmd/ext4/ext4.go b/cmd/ext4/ext4.go index 1df1f23..440fd25 100644 --- a/cmd/ext4/ext4.go +++ b/cmd/ext4/ext4.go @@ -37,7 +37,7 @@ var ( ext4Usage = fmt.Sprintf("(%s | %s) [options]", mountpointArg, deviceArg) ) -func main() { ext4Command.Run() } +func main() { ext4Command.Run(nil) } var ext4Command = &cmd.Command{ Title: "manage ext4 encryption feature flag", -- cgit v1.2.3