From daea69c65acb7f075053acda9f19dc50e9cd1e14 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Tue, 9 Mar 2021 22:42:01 +0100 Subject: [PATCH] Make cd to abspath in make upload --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ace4e42..2e9b1e1 100644 --- a/Makefile +++ b/Makefile @@ -37,4 +37,4 @@ upload: echo "You have modified files, perhaps you forgot to commit?"; \ exit 1; \ fi - @ssh tunuifranken.info 'cd tunuifranken.info && git pull' + @ssh tunuifranken.info 'cd ~/tunuifranken.info && git pull'