Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 7, 2024
1 parent dc54cd1 commit 7786d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github/prepare-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source "${VIRTUALENV_DIR}/bin/activate"

# Enable coordination backend to avoid race conditions with orquesta tests due
# to the lack of the coordination backend
if [ -z "${ST2TESTS_REDIS_HOST}" ] || [ -z "${ST2TESTS_REDIS_PORT}"]; then
if [ -z "${ST2TESTS_REDIS_HOST}" ] || [ -z "${ST2TESTS_REDIS_PORT}" ]; then
sed -i "s#\#url = redis://localhost#url = redis://127.0.0.1#g" ./conf/st2.dev.conf
sed -i "s#\#url = redis://localhost#url = redis://127.0.0.1#g" ./conf/st2.ci.conf || true
fi
Expand Down

0 comments on commit 7786d25

Please sign in to comment.