mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-07-09 16:09:13 +00:00
fix issue caused by .env.example not ending with a newline (#2516)
This commit is contained in:
parent
98f257d54e
commit
ee5e375967
2 changed files with 2 additions and 1 deletions
|
|
@ -76,4 +76,4 @@ PORT=8000
|
|||
ANALYTICS_ID="anonymous"
|
||||
|
||||
# Enable recording skyvern logs as artifacts
|
||||
ENABLE_LOG_ARTIFACTS=false
|
||||
ENABLE_LOG_ARTIFACTS=false
|
||||
|
|
|
|||
1
setup.sh
1
setup.sh
|
|
@ -230,6 +230,7 @@ initialize_env_file() {
|
|||
|
||||
echo "Initializing .env file..."
|
||||
cp .env.example .env
|
||||
echo "" >> .env
|
||||
setup_llm_providers
|
||||
|
||||
# Ask for email or generate UUID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue