aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-08-30 19:01:48 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-08-30 19:03:20 +0200
commitc9336364a7ae45f51a00280eb6910a6abd8197cb (patch)
tree70328353eef634be4bd41177216319409ef3a466
parent5e3b4b6c21d33b28e60ce976479339f72d544a6c (diff)
downloadsebastiano.tronto.net-c9336364a7ae45f51a00280eb6910a6abd8197cb.tar.gz
sebastiano.tronto.net-c9336364a7ae45f51a00280eb6910a6abd8197cb.zip
Fix push url
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a28df8e..0190e40 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1DEST="sebastiano@new.tronto.net:/var/www/new.tronto.net" 1DEST="sebastiano@tronto.net:/var/www/sebastiano.tronto.net"
2RSYNC=$$( (command -V rsync 2>&1 > /dev/null && echo rsync) || echo openrsync) 2RSYNC=$$( (command -V rsync 2>&1 > /dev/null && echo rsync) || echo openrsync)
3 3
4all: clean 4all: clean

Generated with cgit - Back to sebastiano.tronto.net