forked from TrueCloudLab/restic
azure: Improve error message in azure.Create()
This commit is contained in:
parent
660679c2f6
commit
b2bbbe805f
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ func Create(ctx context.Context, cfg Config, rt http.RoundTripper) (*Backend, er
|
|||
return nil, errors.Wrap(err, "container.Create")
|
||||
}
|
||||
} else if err != nil {
|
||||
return be, err
|
||||
return be, errors.Wrap(err, "container.GetProperties")
|
||||
}
|
||||
|
||||
return be, nil
|
||||
|
|
Loading…
Reference in a new issue