summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index de553e4..e0fc7f2 100644
--- a/install.sh
+++ b/install.sh
@@ -45,7 +45,7 @@ fi
cd /home/joeac.net
if ! [ -d joeac.net/.git ]
then
- sudo -u joeac.net git clone https://git.joeac.net/joeac.net.git joeac.net
+ sudo -u joeac.net git clone https://git.joeac.net/joeac/joeac.net.git joeac.net
fi
cd joeac.net