Skip to content

Commit

Permalink
move LATEST_RELEASE_VERSION to the top so it's easier to spot
Browse files Browse the repository at this point in the history
  • Loading branch information
dikhan committed Oct 7, 2018
1 parent d0b7cbb commit 2a88b13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# installation variables
LATEST_RELEASE_VERSION=0.3.0

#
# Installation script to download and install terraform-provider-openapi
#
Expand Down Expand Up @@ -57,9 +60,6 @@ fi
# used to determine which architecture to install
ARCH=$(uname)

# installation variables
LATEST_RELEASE_VERSION=0.3.0

TF_PROVIDER_BASE_NAME="terraform-provider-"
TF_OPENAPI_PROVIDER_PLUGIN_NAME="${TF_PROVIDER_BASE_NAME}openapi"
TF_PROVIDER_PLUGIN_NAME="${TF_PROVIDER_BASE_NAME}${PROVIDER_NAME}"
Expand Down

0 comments on commit 2a88b13

Please sign in to comment.