aboutsummaryrefslogtreecommitdiffstats
path: root/src/update/gitjoe.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/update/gitjoe.pl')
-rwxr-xr-xsrc/update/gitjoe.pl2
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]);