Replace commit hash with correct v7.29.0 release

This commit is contained in:
Martin Leduc 2024-06-21 20:57:48 -04:00 committed by GitHub
parent 8c3d765eb6
commit be5250bb98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ import (
var (
linguistClonedEnvVar = "ENRY_TEST_REPO"
linguistURL = "https://github.com/github/linguist.git"
commit = "b28dd4b0d5ef6bfaca56f1d34571fddef13e3ead"
commit = "4ac734c15a96f9e16fd12330d0cb8de82274f700"
samplesDir = "samples"
languagesFile = filepath.Join("lib", "linguist", "languages.yml")