File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ execute() {
62
62
}
63
63
get_binaries () {
64
64
case " $PLATFORM " in
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_" ;;
65
+ darwin/386) BINARIES=" terraform-provider-databricks_${TAG} " ;;
66
+ darwin/amd64) BINARIES=" terraform-provider-databricks_${TAG} " ;;
67
+ linux/386) BINARIES=" terraform-provider-databricks_${TAG} " ;;
68
+ linux/amd64) BINARIES=" terraform-provider-databricks_${TAG} " ;;
69
+ windows/386) BINARIES=" terraform-provider-databricks_${TAG} " ;;
70
+ windows/amd64) BINARIES=" terraform-provider-databricks_${TAG} " ;;
71
71
* )
72
72
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"
73
73
exit 1
@@ -370,10 +370,10 @@ uname_arch_check "$ARCH"
370
370
371
371
parse_args " $@ "
372
372
373
- get_binaries
374
-
375
373
tag_to_version
376
374
375
+ get_binaries
376
+
377
377
adjust_format
378
378
379
379
adjust_os
You can’t perform that action at this time.
0 commit comments