Skip to content

Commit

Permalink
feat: pin linguist version to 7.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMyst committed Apr 24, 2024
1 parent 39d3961 commit 58c0ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Services/LanguageProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public interface ILanguageProvider
public class LanguageProvider : ILanguageProvider, IHostedService
{
private const string LanguagesUri =
"https://raw.githubusercontent.com/github/linguist/master/lib/linguist/languages.yml";
"https://raw.githubusercontent.com/github-linguist/linguist/v7.29.0/lib/linguist/languages.yml";

public List<Language> Languages { get; private set; } = new();

Expand Down
2 changes: 1 addition & 1 deletion client/generate-grammars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script for generating textmate grammars from various sources

git clone https://github.com/github/linguist.git
git clone --single-branch --branch v7.29.0 https://github.com/github/linguist.git

./linguist/script/bootstrap

Expand Down

0 comments on commit 58c0ec8

Please sign in to comment.