Skip to content

Commit

Permalink
Fix missed occurence of TpuBasePath (#2278)
Browse files Browse the repository at this point in the history
Merged PR #2278.
  • Loading branch information
rileykarson authored and modular-magician committed Aug 30, 2019
1 parent 383d160 commit a74fe41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func dataSourceTpuTensorFlowVersionsRead(d *schema.ResourceData, meta interface{
return err
}

url, err := replaceVars(d, config, "{{TpuBasePath}}projects/{{project}}/locations/{{zone}}/tensorflowVersions")
url, err := replaceVars(d, config, "{{TPUBasePath}}projects/{{project}}/locations/{{zone}}/tensorflowVersions")
if err != nil {
return err
}
Expand Down

0 comments on commit a74fe41

Please sign in to comment.