about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-05-23 19:32:54 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-05-23 19:32:54 -0700
commit66d50b4d29b2656005c8b46f6222ccdb1a802c72 (patch)
tree5d1d20435040fcffe20a153d0dc2be1e62378b33 /lib
parentCall git fetch from the correct directory (diff)
downloadjitterbug-66d50b4d29b2656005c8b46f6222ccdb1a802c72.tar.gz
Fix syntax error
Diffstat (limited to '')
-rw-r--r--lib/jitterbug/Builder.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jitterbug/Builder.pm b/lib/jitterbug/Builder.pm
index 0eeab30..ab96251 100644
--- a/lib/jitterbug/Builder.pm
+++ b/lib/jitterbug/Builder.pm
@@ -111,7 +111,7 @@ sub _prepare_git_repo {
 
         debug("build_dir = $build_dir");
         mkdir $cached_repo_dir unless -d $cached_repo_dir;
-        my $cached_repo = catfile($cached_repo_dir,$name) );
+        my $cached_repo = catfile($cached_repo_dir,$name);
 
         unless ( -d $cached_repo ) {
             # If this is the first time, the repo won't exist yet