From 6a3c7aa6c93388a697a0ec17bee2a5410c3921e3 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Sun, 24 Nov 2024 21:18:32 +0100 Subject: [PATCH] fix line ending --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 7b7610d..01d3455 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ -export BUILDPACK_URL='https://github.com/AdmitHub/meteor-buildpack-horse.git' +export BUILDPACK_URL='https://github.com/AdmitHub/meteor-buildpack-horse.git' # why is it a horse??? export LOGIN_KEY=... #Deal with it -export NODE_TLS_REJECT_UNAUTHORIZED=0 \ No newline at end of file +export NODE_TLS_REJECT_UNAUTHORIZED=0