Skip to content

Commit

Permalink
Fix small function name typo in testramfs
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan O'Leary <ryanoleary@google.com>
  • Loading branch information
rjoleary authored and rminnich committed Aug 18, 2018
1 parent 71b824f commit 1cd529f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/testramfs/testramfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func main() {
flag.Parse()

if flag.NArg() != 1 {
log.Fatalln("usage: %s <cpio-path>", os.Args[0])
log.Fatalf("usage: %s <cpio-path>", os.Args[0])
}

c := flag.Args()[0]
Expand Down

0 comments on commit 1cd529f

Please sign in to comment.