diff options
-rw-r--r-- | lib/Youri/Upload/Check/Recency.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Youri/Upload/Check/Recency.pm b/lib/Youri/Upload/Check/Recency.pm index 5ec7995..58452a6 100644 --- a/lib/Youri/Upload/Check/Recency.pm +++ b/lib/Youri/Upload/Check/Recency.pm @@ -23,7 +23,7 @@ sub run { my $file = $repository->get_install_file($package, $target, $define); if (-f $file) { - $self->{_error} = "Current revision of package $package already exists for $target"; + $self->{_error} = "Current revision of package $file already exists for $target"; return 0; } |