Fix couple of lint issues
Signed-off-by: Mrunal Patel <mpatel@redhat.com>
This commit is contained in:
parent
de5cc3ff0b
commit
868e18614a
2 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ func (s *Server) loadSandbox(id string) error {
|
|||
|
||||
sandboxPath := filepath.Join(s.config.SandboxDir, id)
|
||||
|
||||
if err := label.ReserveLabel(processLabel); err != nil {
|
||||
if err = label.ReserveLabel(processLabel); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue