Skip to content

Commit 8d285a9

Browse files
committed
verify
Signed-off-by: Somtochi Onyekwere <[email protected]>
1 parent 9bb541b commit 8d285a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/azure/blob.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func (c *BlobClient) BucketExists(ctx context.Context, bucketName string) (bool,
181181
if err != nil {
182182
return false, err
183183
}
184-
184+
185185
items := container.ListBlobsFlat(&azblob.ContainerListBlobsFlatOptions{
186186
MaxResults: to.Ptr(int32(1)),
187187
})

0 commit comments

Comments
 (0)