Skip to content

Commit 27d2c80

Browse files
committed
fix
1 parent 9d27714 commit 27d2c80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/magician/cmd/test_tpg.go

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ var testTPGCmd = &cobra.Command{
5454

5555
func execTestTPG(version, commit, pr string, gh ttGithub) {
5656
var repo string
57+
var content []byte
5758
if version == "ga" {
5859
repo = "terraform-provider-google"
5960
content, err := os.ReadFile("/workspace/upstreamCommitSHA_ga.txt")

0 commit comments

Comments
 (0)