summaryrefslogtreecommitdiff
path: root/libpiny/lib/Piny/Repo.pm
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2011-05-31 00:37:37 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2011-05-31 00:37:37 -0700
commit72e01a19a79d4e9167574b6f89383730da1947e5 (patch)
treefa7da36912aa4dceec430aab5cee5014d247e88c /libpiny/lib/Piny/Repo.pm
parent0e3caca27cf5ddc89f28bb620a967d43e085fc31 (diff)
downloadpiny-code-72e01a19a79d4e9167574b6f89383730da1947e5.tar.gz
piny-code-72e01a19a79d4e9167574b6f89383730da1947e5.zip
fixed previous commit
Diffstat (limited to 'libpiny/lib/Piny/Repo.pm')
-rw-r--r--libpiny/lib/Piny/Repo.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpiny/lib/Piny/Repo.pm b/libpiny/lib/Piny/Repo.pm
index 5b075a1..e018e37 100644
--- a/libpiny/lib/Piny/Repo.pm
+++ b/libpiny/lib/Piny/Repo.pm
@@ -480,7 +480,7 @@ sub create {
die( "Could not clone repository!\n" );
} else {
if( Piny::Repo->new( $remote ) ) {
- copy( $remote . ".git/config", $repo->path . "config" ) or die "Config copy failed: $!";
+ copy( $remote . ".git/config", $repo->path . "/config" ) or die "Config copy failed: $!";
} else {
print( "$remote is not local, unable to copy config file.");
}