chore: move env files to per-script env directory

This commit is contained in:
Esteban Vincent
2026-05-19 11:18:45 +02:00
committed by ForgeCode
parent 43968bc704
commit 1f507fdb38
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
USER_ID="$1"
ENV_FILE="$HOME/Raycast/scripts/.env"
ENV_FILE="$HOME/Raycast/envs/get_graph_user.env"
if [[ ! -f "$ENV_FILE" ]]; then
echo "❌ .env not found at $ENV_FILE"
exit 1