From 85aae8d29f8f64882dad16008274ad6f20e146f4 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Wed, 21 Sep 2016 12:02:36 +0200 Subject: [PATCH] fix double-space in pip to_s resource --- lib/resources/pip.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resources/pip.rb b/lib/resources/pip.rb index 1b93334b2..1eb6ab4f2 100644 --- a/lib/resources/pip.rb +++ b/lib/resources/pip.rb @@ -49,7 +49,7 @@ module Inspec::Resources end def to_s - "Pip Package #{@package_name}" + "Pip Package #{@package_name}" end private