Skip to content

Commit

Permalink
Fix Airbyte Pro install script typo (#8095)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmossman committed Aug 1, 2023
1 parent 11fbba5 commit 36b655a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bin/install_airbyte_pro_on_helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ airbyte_yml_file_path="$script_dir/../../airbyte.yml"
airbyte_pro_values_yml_file_path="$script_dir/../../charts/airbyte/airbyte-pro-values.yaml"

# Define the helm release name for this installation of Airbyte Pro.
if [ ! -z RELEASE_NAME ]; then
if [ ! -z "$RELEASE_NAME" ]; then
airbyte_pro_release_name="$RELEASE_NAME"
else
# Default release name. Change this to your liking.
Expand Down

0 comments on commit 36b655a

Please sign in to comment.