From 15b2a6debc4fbce570e3b01a752a16cd29a906ba Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 26 Jun 2022 18:11:41 +0200 Subject: [PATCH] small fixes --- content/posts/2022-06-26-blubbi-blub/index.de.md | 5 +++++ push.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 content/posts/2022-06-26-blubbi-blub/index.de.md diff --git a/content/posts/2022-06-26-blubbi-blub/index.de.md b/content/posts/2022-06-26-blubbi-blub/index.de.md new file mode 100644 index 00000000..edbbc69d --- /dev/null +++ b/content/posts/2022-06-26-blubbi-blub/index.de.md @@ -0,0 +1,5 @@ +--- +title: "Blubbi blub" +date: 2022-06-26T16:21:00+02:00 +--- +Blubbi blub blub \ No newline at end of file diff --git a/push.sh b/push.sh index 0db9adb2..a7d6fdb5 100755 --- a/push.sh +++ b/push.sh @@ -10,7 +10,7 @@ fi git pull --rebase upstream main && \ git add . && \ git commit -m "${date}: ${changedfiles}" && \ -git push -f origin --set-upstream origin && \ +git push -f origin --set-upstream origin "${date}" && \ git switch main exit