From ab50e72b86b9d06bc9917327b52e09efe0169f56 Mon Sep 17 00:00:00 2001 From: Philipp3107 Date: Sun, 25 Dec 2022 20:14:16 +0100 Subject: [PATCH] Updated everything. Further explanation in README --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 98b30ee..9f1b581 100644 --- a/makefile +++ b/makefile @@ -28,4 +28,4 @@ update_ui: git commit -m "updated ui" git push -u origin main fetch_git: - git pull origin main \ No newline at end of file + git pull origin main