Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix template documentation comments #610

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

isker
Copy link
Contributor

@isker isker commented Jul 10, 2023

The variable is Version, not Branch, and if we're using the template variable syntax, it should have the leading dot that it needs to.

The variable is `Version`, not `Branch`, and if we're using the template
variable syntax, it should have the leading dot that it needs to.
@@ -743,10 743,10 @@ type Repository struct {
// URL template to link to the commit of a branch
CommitUrlTemplate string `protobuf:"bytes,7,opt,name=commit_url_template,json=commitUrlTemplate,proto3" json:"commit_url_template,omitempty"`
// The repository URL for getting to a file. Has access to
// {{Branch}}, {{Path}}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not run whatever command generates this file, but I'm assuming this manual change is okay.

@keegancsmith keegancsmith merged commit e2e8aed into sourcegraph:main Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants