Skip to content

Commit

Permalink
[HOTFIX] patch variable name for SUBSCRIPTION_CHANNEL
Browse files Browse the repository at this point in the history
  • Loading branch information
gurnben authored Jun 25, 2020
1 parent 615a847 commit 4e39599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if [[ "$COMPOSITE_BUNDLE" == "true" ]]; then OPERATOR_DIRECTORY="acm-operator";
if [[ "$COMPOSITE_BUNDLE" == "true" ]]; then CUSTOM_REGISTRY_IMAGE="acm-custom-registry"; else CUSTOM_REGISTRY_IMAGE="multicluster-hub-custom-registry"; fi;

# Set the subscription channel, defaulted to snapshot-2.0
if [[ "$COMPOSITE_BUNDLE" == "true" ]]; then SUBSCRIPTION_CHANNEL="release-2.0"; else CUSTOM_REGISTRY_IMAGE="snapshot-2.0"; fi;
if [[ "$COMPOSITE_BUNDLE" == "true" ]]; then SUBSCRIPTION_CHANNEL="release-2.0"; else SUBSCRIPTION_CHANNEL="snapshot-2.0"; fi;

printf "* Using: ${DEFAULT_SNAPSHOT}\n\n"

Expand Down

0 comments on commit 4e39599

Please sign in to comment.