Skip to content

Commit 7c53ad5

Browse files
committed
Fix the dashboard running script with the new env.json layout
1 parent 20b8cf3 commit 7c53ad5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/run_dashboard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PROJECT_DIR="/Users/wborguest/wbor-studio-dashboard" # Full path to project dir
2020
cd "$PROJECT_DIR" || exit # Navigate to the project dir
2121

2222
# Setting this after navigating to the project dir, since we need to be in the right directory for it to work
23-
CRASH_DISCORD_WEBHOOK=`jq -r '.dashboard_crash_discord_webhook_url' assets/api_keys.json`
23+
CRASH_DISCORD_WEBHOOK=`jq -r '.api_keys.dashboard_crash_discord_webhook_url' assets/env.json`
2424

2525
########## Second, seeing that the project builds
2626

0 commit comments

Comments
 (0)