Skip to content

Commit

Permalink
fix code bug (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
adilhafeez authored Dec 7, 2024
1 parent af0e7d1 commit 93d3d34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/weather_forecast/docker-compose-logfire.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
weather_forecast_service:
build:
context: ./weather_forecast_service
context: ./
environment:
- OLTP_HOST=http://otel-collector:4317
extra_hosts:
Expand Down
2 changes: 1 addition & 1 deletion demos/weather_forecast/docker-compose-signoz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include:
services:
weather_forecast_service:
build:
context: ./weather_forecast_service
context: .
environment:
- OLTP_HOST=http://otel-collector:4317
extra_hosts:
Expand Down
2 changes: 1 addition & 1 deletion demos/weather_forecast/run_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ start_demo() {

load_env

if [ "$1" == "logfire" ] && [ -z "$LOGFIRE_API_KEY"]; then
if [ "$1" == "logfire" ] && [ -z "$LOGFIRE_API_KEY" ]; then
echo "Error: LOGFIRE_API_KEY environment variable is required for Logfire."
exit 1
fi
Expand Down

0 comments on commit 93d3d34

Please sign in to comment.