Skip to content

Commit

Permalink
Merge pull request #1714 from dnephin/remove-deadcode-from-release
Browse files Browse the repository at this point in the history
Remove deadcode from cmd/containerd-release
  • Loading branch information
stevvooe committed Nov 2, 2017
2 parents 5acf187 + 393e8cc commit 99595e0
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
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 99595e0

Please sign in to comment.