Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Jan 7, 2021
1 parent 79f82c6 commit c69f470
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/storage/fs/ocis/ocis.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ func (fs *ocisfs) CreateHome(ctx context.Context) (err error) {
}
return nil
})
if err != nil {
return
}

// update the owner
u := user.ContextMustGetUser(ctx)
Expand Down

0 comments on commit c69f470

Please sign in to comment.