Skip to content

Commit 16f9e85

Browse files
committed
Update AwsSentinelTag.ps1
1 parent d1969e0 commit 16f9e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataConnectors/AWS-S3/Utils/AwsSentinelTag.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ function Get-SentinelTagInJsonFormat {
1111
$value = Get-SentinelTagValue
1212
$sentinelTag = ConvertTo-Json -InputObject @{Key = $key; Value = $value } -Depth 99 -Compress
1313
return $sentinelTag
14-
}
14+
}

0 commit comments

Comments
 (0)