Skip to content

Commit 35c3333

Browse files
authored
fix remote var to remove spare $ (#3301)
1 parent ef78eec commit 35c3333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/Elastic.Documentation.Assembler/Navigation/AssemblerDocumentationSet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ IReadOnlySet<Exporter> availableExporters
4545
{
4646
RepositoryName = checkout.Repository.Name,
4747
Ref = checkout.HeadReference,
48-
Remote = $"elastic/${checkout.Repository.Name}",
48+
Remote = $"elastic/{checkout.Repository.Name}",
4949
Branch = checkout.Repository.GetBranch(env.ContentSource)
5050
};
5151

0 commit comments

Comments
 (0)