diff options
author | Fabricio Voznika <fvoznika@google.com> | 2018-08-31 11:29:36 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-08-31 11:30:47 -0700 |
commit | 7e18f158b2ea87b7f06f8e0b91e10558b4f52722 (patch) | |
tree | f73958dd5cc7525d5717e878975791fde08e8899 /runsc/cmd/run.go | |
parent | be9f454eb6e456fb1acf084612f363aa959ef9d9 (diff) |
Automated rollback of changelist 210995199
PiperOrigin-RevId: 211116429
Change-Id: I446d149c822177dc9fc3c64ce5e455f7f029aa82
Diffstat (limited to 'runsc/cmd/run.go')
-rw-r--r-- | runsc/cmd/run.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runsc/cmd/run.go b/runsc/cmd/run.go index 92aa6bc40..681112f30 100644 --- a/runsc/cmd/run.go +++ b/runsc/cmd/run.go @@ -15,7 +15,6 @@ package cmd import ( - "path/filepath" "syscall" "context" @@ -72,8 +71,6 @@ func (r *Run) Execute(_ context.Context, f *flag.FlagSet, args ...interface{}) s if err != nil { Fatalf("error reading spec: %v", err) } - specutils.LogSpec(spec) - conf.SpecFile = filepath.Join(bundleDir, "config.json") ws, err := container.Run(id, spec, conf, bundleDir, r.consoleSocket, r.pidFile) if err != nil { |