small fixes

This commit is contained in:
teldra 2022-06-26 18:34:34 +02:00
parent 6d60dbab04
commit 02c13c67b3
2 changed files with 1 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
title: "Blubbi blub"
date: 2022-06-26T16:21:00+02:00
---
Blubbi blub blub

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
if ! git switch "${date}"; then if ! git switch "${date}"; then
git switch -c ${date} git switch -c "${date}"
fi fi
date="$(date +%Y-%m-%d)-test" date="$(date +%Y-%m-%d)-test"