mirror of
https://github.com/rancher/os.git
synced 2025-09-17 07:30:42 +00:00
gofmt changes
This commit is contained in:
4
main.go
4
main.go
@@ -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])
|
||||
}
|
||||
|
Reference in New Issue
Block a user