Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit a26a52c

Browse files
fix: Add shopt -s nullglob to dependencies script (#489)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/d3ab2bc4-a251-4757-abfd-24576937208a/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@87254ac
1 parent 3c761fb commit a26a52c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .kokoro/dependencies.sh

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# limitations under the License.
1515

1616
set -eo pipefail
17+
shopt -s nullglob
1718

1819
## Get the directory of the build script
1920
scriptDir=$(realpath $(dirname "${BASH_SOURCE[0]}"))

Diff for: synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-texttospeech.git",
7-
"sha": "369961e6eec300763401de9d11f076f0b2f037c6"
7+
"sha": "3c761fbdefb8348810d7e418de473264678ad04a"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "1c0c698705e668ccb3d68556ae7260f16ce63a6e"
30+
"sha": "87254ac89a9559864c0a245d6b150406439ce3d8"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)