From f373d1249d3459b08e549da09855afd56b3120d5 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 6 Sep 2021 20:46:53 -0400 Subject: breh --- ecosystem.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index 99a083b..e0fc832 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -35,7 +35,7 @@ module.exports = { 'user': 'pi', 'host': '192.168.1.240', 'ref': 'origin/master', - 'repo': 'git@github.com:NotEnoughUpdate/bushbot.git', + 'repo': 'git@github.com:NotEnoughUpdates/bushbot.git', 'path': '/code/bush-bot', 'post-deploy': 'yarn install' }, @@ -43,7 +43,7 @@ module.exports = { 'user': 'pi', 'host': '192.168.1.240', 'ref': 'origin/beta', - 'repo': 'git@github.com:NotEnoughUpdate/bushbot.git', + 'repo': 'git@github.com:NotEnoughUpdates/bushbot.git', 'path': '/code/bush-bot-beta', 'post-deploy': 'yarn install' } -- cgit