From 3b5699c16e5f0522c5994aa29072b63324a2ef45 Mon Sep 17 00:00:00 2001 From: prx Date: Tue, 28 Sep 2021 21:14:27 +0200 Subject: [PATCH] stupid mistake --- issues/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/issues/Makefile b/issues/Makefile index 713bc08..c1cf80b 100644 --- a/issues/Makefile +++ b/issues/Makefile @@ -7,8 +7,8 @@ clean: test: ./make_issue.sh current /tmp/current-issue.html - xdg-open ~/tmp/current-issue.html + xdg-open /tmp/current-issue.html testsite: - cp -fr ../public ~/tmp/ - xdg-open ~/tmp/public/index.html + cp -fr ../public /tmp/ + xdg-open /tmp/public/index.html