diff options
Diffstat (limited to 'src/update/gitjoe.pl')
-rwxr-xr-x | src/update/gitjoe.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl index f775535..bc78c05 100755 --- a/src/update/gitjoe.pl +++ b/src/update/gitjoe.pl @@ -97,7 +97,7 @@ sub main { system( '/bin/rm', '-rf', - SITE_DIR . $users[$i]; + SITE_DIR . $users[$i] ); print "Moving user " . colored($users[$i], 'bold green') . " newly generated directory to " . colored(SITE_DIR, 'bold') . ".\n"; move(TMP_DIR . $users[$i], SITE_DIR . $users[$i]); |