Skip to content

Commit

Permalink
change defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkisse committed Apr 25, 2024
1 parent 55ebb2c commit 5fd14df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tre-SQL-Trino/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [[ -z "$TRINO_SERVER_URL" ]]; then
fi

if [[ -z "$LOCATION" ]]; then
export LOCATION="/data/result.csv"
export LOCATION="/workspace/data/result.csv"
fi

# Check if required environment variables are provided
Expand Down

0 comments on commit 5fd14df

Please sign in to comment.