stupid mistake

This commit is contained in:
prx 2021-09-28 21:14:27 +02:00
parent 75cdb08869
commit 3b5699c16e
1 changed files with 3 additions and 3 deletions

View File

@ -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