project update: fix .gitattributes
It's `linguist-generated=true` per the documentation. Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
0ede82f597
commit
5be67bf1bb
@ -73,7 +73,7 @@ func Vendor(ctx context.Context, p string) error {
|
||||
// generate `.gitattributes` file
|
||||
if err := os.WriteFile(
|
||||
path.Join(cuePkgDir, ".gitattributes"),
|
||||
[]byte("# generated by dagger\n** linguist-generated\n"),
|
||||
[]byte("# generated by dagger\n** linguist-generated=true\n"),
|
||||
0600,
|
||||
); err != nil {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user