From 02c13c67b3113837fa2b75e86d39dc879a6b59a2 Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 26 Jun 2022 18:34:34 +0200 Subject: [PATCH] small fixes --- content/posts/2022-06-26-blubbi-blub/index.de.md | 5 ----- push.sh | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete 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 deleted file mode 100644 index edbbc69..0000000 --- a/content/posts/2022-06-26-blubbi-blub/index.de.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -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 1ab8a54..382584e 100755 --- a/push.sh +++ b/push.sh @@ -1,6 +1,6 @@ #!/bin/bash if ! git switch "${date}"; then - git switch -c ${date} + git switch -c "${date}" fi date="$(date +%Y-%m-%d)-test"