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"