aboutsummaryrefslogtreecommitdiffstats
path: root/gitjoe-newrepo.pl
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-07 19:47:45 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-07 19:47:45 +0200
commit61e4a000bb980c3d39c4c3caa8cd8bc1f713f866 (patch)
treeed68fb8cbad6f0fee7a35a7c434a5df9384d0081 /gitjoe-newrepo.pl
parentFix again (diff)
downloadjoe-scripts-61e4a000bb980c3d39c4c3caa8cd8bc1f713f866.tar.gz
joe-scripts-61e4a000bb980c3d39c4c3caa8cd8bc1f713f866.tar.bz2
joe-scripts-61e4a000bb980c3d39c4c3caa8cd8bc1f713f866.tar.xz
joe-scripts-61e4a000bb980c3d39c4c3caa8cd8bc1f713f866.tar.zst
joe-scripts-61e4a000bb980c3d39c4c3caa8cd8bc1f713f866.zip
Ok now this should be good
Diffstat (limited to 'gitjoe-newrepo.pl')
-rwxr-xr-xgitjoe-newrepo.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitjoe-newrepo.pl b/gitjoe-newrepo.pl
index f0e4c91..1bc5a06 100755
--- a/gitjoe-newrepo.pl
+++ b/gitjoe-newrepo.pl
@@ -55,7 +55,7 @@ sub main {
);
open(my $url_fh, '>:encoding(utf-8)', $home_dir . $repo . 'url');
substr($repo, -1) = "";
- print $url_fh 'git://jozanleclerc.xyz/' . $usr . '/' . chomp($repo);
+ print $url_fh 'git://jozanleclerc.xyz/' . $usr . '/' . $repo;
close($url_fh);
$repo = $repo . '/';
system(