From ca0be58e2cf46f8c1f51903be05e306f159e4912 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Wed, 4 Aug 2021 22:35:33 +0100 Subject: [PATCH] alra.uk -> alv.cx --- gohookr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gohookr.sh b/gohookr.sh index 3443c96..6d9dd33 100755 --- a/gohookr.sh +++ b/gohookr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -# this is a script that is used by gohookr (git.alra.uk/alvierahman90/gohookr) to automatically -# update notes.alra.uk when i push a change +# this is a script that is used by gohookr (git.alv.cx/alvierahman90/gohookr) to automatically +# update notes.alv.cx when i push a change set -e cd `dirname $0` git pull cd .. -notes2web.py -o notes.alra.uk notes +notes2web.py -o notes.alv.cx notes