Skip to content

Commit

Permalink
Reverted generate patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rickle-msft committed Jan 12, 2022
1 parent a1b1b88 commit a2688d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/Generate-Patch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Write-Information "ArtifactName is: $ArtifactName"
Write-Information "ReleaseVersion is: $ReleaseVersion"
Write-Information "ServiceDirectoryName is: $ServiceDirectoryName"

$MainRemoteUrl = 'git@github.com:Azure/azure-sdk-for-java.git'
$MainRemoteUrl = 'https://github.com/Azure/azure-sdk-for-java.git'
$RepoRoot = Resolve-Path "${PSScriptRoot}..\..\.."
$EngDir = Join-Path $RepoRoot "eng"
$EngCommonScriptsDir = Join-Path $EngDir "common" "scripts"
Expand Down

0 comments on commit a2688d6

Please sign in to comment.