Skip to content

Commit

Permalink
Remove deadcode from cmd/containerd-release
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
  • Loading branch information
dnephin committed Nov 2, 2017
1 parent 5acf187 commit 393e8cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
44 changes: 0 additions & 44 deletions cmd/containerd-release/build.go

This file was deleted.

2 changes: 1 addition & 1 deletion cmd/containerd-release/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ This tool should be ran from the root of the project repository for a new releas
return nil
}
if err := app.Run(os.Args); err != nil {
fmt.Fprint(os.Stderr, err)
fmt.Fprintln(os.Stderr, err)
os.Exit(1)
}
}

0 comments on commit 393e8cc

Please sign in to comment.