From 0665e7a72587a67b2fd068e147332e739d6714a8 Mon Sep 17 00:00:00 2001 From: "V. Ganesh" Date: Fri, 23 Sep 2022 21:20:40 +0530 Subject: [PATCH] Fix env type (#46) * fix typo for .env_example --- .env_example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env_example b/.env_example index c6d3035..716ffd7 100644 --- a/.env_example +++ b/.env_example @@ -2,4 +2,4 @@ SNOWPLOW_ENDPOINT=[https://events-end-point-url.com/events] SNOWPLOW_TIMEOUT=10 SNOWPLOW_API_KEY=[xyzSECRECT_KEYxyz] -SNOWPLOW_ENNV=prod +SNOWPLOW_ENV=prod