Skip to content

Commit

Permalink
Merge pull request #1831 from Logflare/fix/libcluster-gce-node-host
Browse files Browse the repository at this point in the history
chore: fix condition for setting LOGFLARE_NODE_HOST
  • Loading branch information
Ziinc authored Nov 16, 2023
2 parents 169ccda + c8001a2 commit ff7688e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ then
export $(grep -v '^#' /tmp/.secrets.env | xargs);
fi

if [[ "$LIBCLUSTER_TOPOLOGY" == "gce" ]]
if [[ "$LIBCLUSTER_TOPOLOGY" == "postgres" ]]
then
# run gce specific stuff

Expand Down

0 comments on commit ff7688e

Please sign in to comment.