diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 713ddcbae0ffd0b4be26f8840a2d9159b5173ad9
parent b9b26adaf1bf90e93060129dcc7279839aca2f6e
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 24 Jul 2021 11:16:33 +0200

Update man.yml
Diffstat:
M.github/workflows/man.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/man.yml b/.github/workflows/man.yml @@ -19,4 +19,4 @@ jobs: - name: Send html to website env: SSH_B64: ${{ secrets.SSH_B64 }} - run: scp -i $(echo $SSH_B64 | base64 -d) man1/diary.1.html hcloud@diary.in0rdr.ch:/home/hcloud/ + run: scp -i <(echo $SSH_B64 | base64 -d) man1/diary.1.html hcloud@diary.in0rdr.ch:/home/hcloud/