diff options
author | Olivier Blin <blino@mageia.org> | 2010-11-25 23:41:13 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-11-25 23:41:13 +0000 |
commit | cd080102c1ac69313d5e3824b655617f87119f36 (patch) | |
tree | 7e810636bd4848ed56f9e264ba9caae8bb2c420f /lib | |
parent | 3c711d0d0620398ab0d887785e494513cce8883b (diff) | |
download | iurt-cd080102c1ac69313d5e3824b655617f87119f36.tar iurt-cd080102c1ac69313d5e3824b655617f87119f36.tar.gz iurt-cd080102c1ac69313d5e3824b655617f87119f36.tar.bz2 iurt-cd080102c1ac69313d5e3824b655617f87119f36.tar.xz iurt-cd080102c1ac69313d5e3824b655617f87119f36.zip |
fix case
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Iurt/Chroot.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index 8278ee7..5553439 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -460,7 +460,7 @@ sub create_chroot { return; } } else { - plog('NOTIFY', "Chroot tarball is already up-to-date"); + plog('NOTIFY', "chroot tarball is already up-to-date"); link $tmp_tar, $chroot_tar; } } else { |