diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-26 15:34:13 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-26 15:34:13 +0200 |
commit | 619942c62f509abed745f3981ee4843313ec0729 (patch) | |
tree | 0a981ea107cd743f2bb428820d13c143742d4a35 /src/gitjoe/chowner.pl | |
parent | Cool (diff) | |
download | joe-scripts-619942c62f509abed745f3981ee4843313ec0729.tar.gz joe-scripts-619942c62f509abed745f3981ee4843313ec0729.tar.bz2 joe-scripts-619942c62f509abed745f3981ee4843313ec0729.tar.xz joe-scripts-619942c62f509abed745f3981ee4843313ec0729.tar.zst joe-scripts-619942c62f509abed745f3981ee4843313ec0729.zip |
Typo
Diffstat (limited to 'src/gitjoe/chowner.pl')
-rwxr-xr-x | src/gitjoe/chowner.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gitjoe/chowner.pl b/src/gitjoe/chowner.pl index 4e60118..fa8ca47 100755 --- a/src/gitjoe/chowner.pl +++ b/src/gitjoe/chowner.pl @@ -26,7 +26,7 @@ sub main { close($owner_fh); substr($repo, -1) = ""; print "Changed git repository " . colored($repo, 'bold green') . " owner for user " . colored($usr, 'bold') . ".\n" - "New owner: ". colored($owner, 'bold green') . ".\n"; + . "New owner: ". colored($owner, 'bold green') . ".\n"; exit; } |