1
0
mirror of https://github.com/rancher/os.git synced 2025-06-30 08:41:48 +00:00

gofmt change

This commit is contained in:
Darren Shepherd 2015-02-19 13:47:06 -07:00
parent 7e8acab1fd
commit ace2fa1f65
3 changed files with 12 additions and 14 deletions

View File

@ -403,4 +403,3 @@ func runScript(script config.Script, env *initialize.Environment) error {
}
return err
}

View File

@ -32,7 +32,6 @@ func NewConfig() *Config {
Cmd: "--name=console-volumes " +
"--net=none " +
"--read-only " +
"-v=/init:/sbin/halt:ro " +
"-v=/init:/sbin/poweroff:ro " +
"-v=/init:/sbin/reboot:ro " +