Update 'no plugin installed' message

This commit is contained in:
Kevin Disneur 2015-06-14 14:22:17 +01:00
parent c2fc8dd34e
commit 7bb35d04ee
No known key found for this signature in database
GPG Key ID: 6D50AEFB5386EAB3

View File

@ -6,6 +6,6 @@ plugin_list_command() {
echo "* $(basename $plugin_path)"
done
else
echo 'Oohes nooes ~! No versions installed'
echo 'Oohes nooes ~! No plugins installed'
fi
}