forked from TrueCloudLab/distribution
Merge pull request #4012 from liubin/fix-typo
fix typo in comment and log
This commit is contained in:
commit
4a85aab30f
1 changed files with 2 additions and 2 deletions
|
@ -123,9 +123,9 @@ func WithMountFrom(ref reference.Canonical) distribution.BlobCreateOption {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// Writer begins a blob write session, returning a handle.
|
// Create begins a blob write session, returning a handle.
|
||||||
func (lbs *linkedBlobStore) Create(ctx context.Context, options ...distribution.BlobCreateOption) (distribution.BlobWriter, error) {
|
func (lbs *linkedBlobStore) Create(ctx context.Context, options ...distribution.BlobCreateOption) (distribution.BlobWriter, error) {
|
||||||
dcontext.GetLogger(ctx).Debug("(*linkedBlobStore).Writer")
|
dcontext.GetLogger(ctx).Debug("(*linkedBlobStore).Create")
|
||||||
|
|
||||||
var opts distribution.CreateOptions
|
var opts distribution.CreateOptions
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue