From 317a94ac726663cf79bf3f1fe30442ec1c40cdcb Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Sun, 24 Mar 2024 14:32:02 +0100 Subject: [PATCH] chore(registry): :pencil2: correct env variable names --- fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index d4c97ac..fd179eb 100644 --- a/fly.toml +++ b/fly.toml @@ -14,8 +14,8 @@ kill_timeout = '5s' ADDRESS = '0.0.0.0' PORT = '8080' INDEX_REPO_URL = 'https://github.com/daimond113/pesde-index' -COMITTER_GIT_NAME = 'Pesde Index Updater' -COMITTER_GIT_EMAIL = 'pesde@daimond113.com' +COMMITTER_GIT_NAME = 'Pesde Index Updater' +COMMITTER_GIT_EMAIL = 'pesde@daimond113.com' [http_service] internal_port = 8080