mirror of
https://github.com/inspec/inspec
synced 2024-11-27 15:10:44 +00:00
Merge pull request #1112 from chef/chris-rock/fix-space-pip
fix double-space in pip to_s resource
This commit is contained in:
commit
c4e72490ce
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ module Inspec::Resources
|
|||
end
|
||||
|
||||
def to_s
|
||||
"Pip Package #{@package_name}"
|
||||
"Pip Package #{@package_name}"
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in a new issue