repos / pgit

static site generator for git
git clone https://github.com/picosh/pgit.git

commit
7575c0b
parent
de8062b
author
Eric Bower
date
2023-08-04 20:42:17 +0000 UTC
changes
1 files changed,  +1, -1
M Makefile
+1, -1
1@@ -11,5 +11,5 @@ static: build clean
2 .PHONY:
3 
4 deploy:
5-	scp -R ./public/* erock@pgs.sh:/git
6+	scp -r ./public/* erock@pgs.sh:/git
7 .PHONY: deploy