From 1d176e6650bcb8088f2b9489636e685e2eb7d0b8 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Thu, 9 Jul 2020 04:16:49 -0700 Subject: [PATCH] fix: typeo in nodejs .gitattribute replace `test` to `text` Source-Author: Summer Ji Source-Date: Wed Jul 8 14:02:57 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 799d8e6522c1ef7cb55a70d9ea0b15e045c3d00b Source-Link: https://github.com/googleapis/synthtool/commit/799d8e6522c1ef7cb55a70d9ea0b15e045c3d00b --- .gitattributes | 2 +- synth.metadata | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2e63216a..d4f4169b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ *.ts text eol=lf -*.js test eol=lf +*.js text eol=lf protos/* linguist-generated diff --git a/synth.metadata b/synth.metadata index 49965b2e..08ac8958 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/gaxios.git", - "sha": "af7765a51bcd4d0bacff8eb959e62f2f5a3ab286" + "sha": "2a3a91e4c694de3b3eebde0e1d56a8f44a006392" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "dc9caca650c77b7039e2bbc3339ffb34ae78e5b7" + "sha": "799d8e6522c1ef7cb55a70d9ea0b15e045c3d00b" } } ]