Minor typo in pandora_update_version

This commit is contained in:
fbsanchez 2017-12-04 15:52:05 +01:00
parent 177571ad9e
commit 151ca3379a
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ done
# Perl plugins files
for file in $PERL_PLUGIN_FILES; do
echo "Updating installer file $file..."
echo "Updating plugin file $file..."
update_perl_version $file
done