aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0d58252..51b26af 100644
--- a/Makefile
+++ b/Makefile
@@ -65,12 +65,12 @@ tmux:
65# Blog on my VPS 65# Blog on my VPS
66blog: 66blog:
67 if [ ! -d "$(HOME)/blog" ]; then 67 if [ ! -d "$(HOME)/blog" ]; then
68 git clone ssh://topo/~/blog $(HOME)/blog; 68 git clone ssh://vps/~/blog $(HOME)/blog;
69 fi 69 fi
70 70
71pass: 71pass:
72 if [ ! -d "$(HOME)/.password-store" ]; then 72 if [ ! -d "$(HOME)/.password-store" ]; then
73 git clone ssh://topo/~/.password-store ~/.password-store; 73 git clone ssh://vps/~/.password-store ~/.password-store;
74 fi 74 fi
75 75
76openbox: 76openbox: