aboutsummaryrefslogtreecommitdiffstats
path: root/src/cron/gitjoe.pl
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-04-26 20:14:46 +0200
committerJoe <bousset.rudy@gmail.com>2022-04-26 20:14:46 +0200
commit57e42ba493ecc1838810bf608abb2f5feefe57f9 (patch)
treedf3ff836fb0a3509e120432e6b80f0eadd240893 /src/cron/gitjoe.pl
parentEven cleaner (diff)
downloadjoe-scripts-57e42ba493ecc1838810bf608abb2f5feefe57f9.tar.gz
joe-scripts-57e42ba493ecc1838810bf608abb2f5feefe57f9.tar.bz2
joe-scripts-57e42ba493ecc1838810bf608abb2f5feefe57f9.tar.xz
joe-scripts-57e42ba493ecc1838810bf608abb2f5feefe57f9.tar.zst
joe-scripts-57e42ba493ecc1838810bf608abb2f5feefe57f9.zip
Migrated
Diffstat (limited to 'src/cron/gitjoe.pl')
-rwxr-xr-xsrc/cron/gitjoe.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cron/gitjoe.pl b/src/cron/gitjoe.pl
index f3b85a4..023c3cc 100755
--- a/src/cron/gitjoe.pl
+++ b/src/cron/gitjoe.pl
@@ -7,7 +7,7 @@ use File::Copy;
use Capture::Tiny;
use constant {
- HOME_DIR => '/usr/home/',
+ HOME_DIR => '/usr/local/git/',
TMP_DIR => '/tmp/gitjoe/',
SITE_DIR => '/usr/local/www/gitjoe/'
};