Skip to content

Commit

Permalink
Update ste/sender-blobFolders.go
Browse files Browse the repository at this point in the history
Co-authored-by: Gauri Lamunion <[email protected]>
  • Loading branch information
adreed-msft and gapra-msft authored Oct 21, 2024
1 parent cd47d6b commit 54c7ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ste/sender-blobFolders.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ func (b *blobFolderSender) EnsureFolderExists() error {
CPKScopeInfo: b.jptm.CpkScopeInfo(),
})
if err != nil {
b.jptm.FailActiveSend(common.Iff(len(blobTags) > 0, "Upload symlink (with tags)", "Upload symlink"), err)
b.jptm.FailActiveSend(common.Iff(len(blobTags) > 0, "Upload folder (with tags)", "Upload folder"), err)
}

if setTags {
Expand Down

0 comments on commit 54c7ba8

Please sign in to comment.