From be01245abed8c8e142952db2e85853f83f65d698 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 28 Apr 2017 23:50:39 +0300 Subject: [PATCH] Use htdocs.path instead of absolute path --- publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish b/publish index b2d843e..7c9bffa 100755 --- a/publish +++ b/publish @@ -1,6 +1,6 @@ #! /bin/sh -web="$HOME"/Internet/WWW/htdocs/phdru.name/Software/Python/PEPs +web="`git config --get --path htdocs.path`" && rsync -pt git-wiki.txt "$web" && cd "$web" && -- 2.39.2