Skip to content

Commit 1dc9b3b

Browse files
committed
Fix missing map.json in uploader script
Fixes #1
1 parent e75143f commit 1dc9b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-map.perl6.party

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -x
33
set -e
44
wget http://localhost:3000/ -O index.html
5-
scp assets/* index.html perl6.party:/var/www/map.perl6.party
5+
scp assets/* map.json index.html perl6.party:/var/www/map.perl6.party

0 commit comments

Comments
 (0)