mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
fix double-space in pip to_s resource
This commit is contained in:
parent
a63149a5b6
commit
85aae8d29f
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