File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22set -e
3- # Code generated by godownloader on 2020-04-28T10:46:21Z . DO NOT EDIT.
3+ # Code generated by godownloader on 2020-04-29T13:02:13Z . DO NOT EDIT.
44#
55
66usage () {
@@ -62,12 +62,12 @@ execute() {
6262}
6363get_binaries () {
6464 case " $PLATFORM " in
65- darwin/386) BINARIES=" terraform-provider-databricks_{{ replace .Version " -next " " " }} " ;;
66- darwin/amd64) BINARIES=" terraform-provider-databricks_{{ replace .Version " -next " " " }} " ;;
67- linux/386) BINARIES=" terraform-provider-databricks_{{ replace .Version " -next " " " }} " ;;
68- linux/amd64) BINARIES=" terraform-provider-databricks_{{ replace .Version " -next " " " }} " ;;
69- windows/386) BINARIES=" terraform-provider-databricks_{{ replace .Version " -next " " " }} " ;;
70- windows/amd64) BINARIES=" terraform-provider-databricks_{{ replace .Version " -next " " " }} " ;;
65+ darwin/386) BINARIES=" terraform-provider-databricks_" ;;
66+ darwin/amd64) BINARIES=" terraform-provider-databricks_" ;;
67+ linux/386) BINARIES=" terraform-provider-databricks_" ;;
68+ linux/amd64) BINARIES=" terraform-provider-databricks_" ;;
69+ windows/386) BINARIES=" terraform-provider-databricks_" ;;
70+ windows/amd64) BINARIES=" terraform-provider-databricks_" ;;
7171 * )
7272 log_crit " platform $PLATFORM is not supported. Make sure this script is up-to-date and file request at https://github.com/${PREFIX} /issues/new"
7373 exit 1
352352PROJECT_NAME=" databricks-terraform"
353353OWNER=databrickslabs
354354REPO=" databricks-terraform"
355- BINARY=terraform-provider-databricks_{{ replace .Version " -next " " " }}
355+ BINARY=terraform-provider-databricks_
356356FORMAT=tar.gz
357357OS=$( uname_os)
358358ARCH=$( uname_arch)
You can’t perform that action at this time.
0 commit comments