diff options
Diffstat (limited to 'src/update/vps.pl')
-rwxr-xr-x | src/update/vps.pl | 2 |
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', |