aboutsummaryrefslogtreecommitdiffstats
path: root/src/update/vps.pl
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-10 02:33:27 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-10 02:33:27 +0200
commit9550c1cba1fc9cf76ed60b1ede28bc262614fc5c (patch)
treee05b4b253041653c160db0ad35c6e2e28bba560b /src/update/vps.pl
parentTrying with an empty thing (diff)
downloadjoe-scripts-9550c1cba1fc9cf76ed60b1ede28bc262614fc5c.tar.gz
joe-scripts-9550c1cba1fc9cf76ed60b1ede28bc262614fc5c.tar.bz2
joe-scripts-9550c1cba1fc9cf76ed60b1ede28bc262614fc5c.tar.xz
joe-scripts-9550c1cba1fc9cf76ed60b1ede28bc262614fc5c.tar.zst
joe-scripts-9550c1cba1fc9cf76ed60b1ede28bc262614fc5c.zip
Updated directory for gitjoe website on the server
Diffstat (limited to 'src/update/vps.pl')
-rwxr-xr-xsrc/update/vps.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update/vps.pl b/src/update/vps.pl
index 15f7256..a57344e 100755
--- a/src/update/vps.pl
+++ b/src/update/vps.pl
@@ -13,7 +13,7 @@ sub main {
system(
'/usr/local/bin/dash',
'-c',
- 'git -C /usr/local/www/git-jozan pull origin master >/dev/null 2>&1'
+ 'git -C /usr/local/www/gitjoe pull origin master >/dev/null 2>&1'
);
system(
'/usr/local/bin/dash',