1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 07:30:42 +00:00

gofmt changes

This commit is contained in:
Darren Shepherd
2015-02-17 17:31:19 -07:00
parent c4fc978b47
commit 9f1a38f8c8
3 changed files with 10 additions and 8 deletions

View File

@@ -42,8 +42,8 @@ func main() {
registerCmd("/sbin/halt", power.Halt)
registerCmd("/usr/bin/respawn", respawn.Main)
registerCmd("/usr/sbin/rancherctl", control.Main)
registerCmd("/sbin/tlsconf", util.TLSConf)
registerCmd("/sbin/tlsconf", util.TLSConf)
if !reexec.Init() {
log.Fatalf("Failed to find an entry point for %s", os.Args[0])
}