Skip to content

Commit fc1f157

Browse files
committed
fix comment in ps
1 parent 3518408 commit fc1f157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/DownloadSharedSource.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $files = @('AsyncLockWithValue.cs', 'ClientDiagnostics.cs', 'DiagnosticScope.cs'
1919
'Multipart/MultipartContent.cs', 'AzureKeyCredentialPolicy.cs', 'AppContextSwitchHelper.cs',
2020
'ConstantDelayStrategy.cs', 'DelayStrategy.cs', 'ExponentialDelayStrategy.cs', 'OperationPoller.cs', 'RetryAfterDelayStrategy.cs',
2121
'ForwardsClientCallsAttribute.cs', 'AsyncLockWithValue.cs', 'VoidValue.cs')
22-
// TODO: temporary change to target at support_lro_rehydration branch
22+
# TODO: temporary change to target at support_lro_rehydration branch
2323
$baseUrl = 'https://raw.githubusercontent.com/Azure/azure-sdk-for-net/support_lro_rehydration/sdk/core/Azure.Core/src/Shared/'
2424
DownloadAll $files $baseUrl $downloadPath
2525

0 commit comments

Comments
 (0)