From b4160984060ac833409313703b9825d6b1b7e2cd Mon Sep 17 00:00:00 2001 From: DavidDGTNT Date: Tue, 1 Feb 2022 18:48:52 +0000 Subject: [PATCH] Fixed Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index dd6b5f6..4f34fbe 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ push: cgit gh -cgit: - git push -u ghmirror - gh: + git push -u ghmirror + +cgit: sudo git push -u origin \ No newline at end of file