fix: change create-daily to use nvim

This commit is contained in:
Oliver Davies 2023-09-11 20:59:07 +01:00
parent 5f394a0f34
commit d3cf57cb16

View file

@ -8,7 +8,7 @@ start:
create-daily date title:
#!/usr/bin/env bash
vim $(./tools/scripts/create-daily.sh {{ date }} "{{ title }}")
nvim $(./tools/scripts/create-daily.sh {{ date }} "{{ title }}")
deploy sha:
rsync -r -avhP --delete dist/* opdavies@104.248.165.137:/srv/oliverdavies.uk