Skip to content

Commit fc8cfb9

Browse files
authored
Fix typo in AssemblyConfiguration.cs (#1922)
1 parent 58978b0 commit fc8cfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Documentation.Configuration/Assembler/AssemblyConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private static TRepository RepositoryDefaults<TRepository>(TRepository r, string
9898
{
9999
var token = Environment.GetEnvironmentVariable("GITHUB_TOKEN");
100100
repository.Origin = !string.IsNullOrEmpty(token)
101-
? $"https://oath2:{token}@github.com/elastic/{name}.git"
101+
? $"https://oauth2:{token}@github.com/elastic/{name}.git"
102102
: $"https://github.com/elastic/{name}.git";
103103
}
104104
else

0 commit comments

Comments
 (0)