mirror of
https://github.com/inspec/inspec
synced 2024-11-11 07:34:15 +00:00
Missing end quote.
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
7da7c2774b
commit
89549bd884
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ module Inspec::Resources
|
|||
elsif @su_user.nil?
|
||||
%{#{sql_prefix}#{bin} "#{user}"/"#{password}"@#{host}:#{port}/#{@service} as #{@db_role}#{sql_postfix}}
|
||||
else
|
||||
%{su - #{@su_user} -c "env ORACLE_SID=#{@service} #{bin} / as #{@db_role}#{sql_postfix}}
|
||||
%{su - #{@su_user} -c "env ORACLE_SID=#{@service} #{bin} / as #{@db_role}#{sql_postfix}"}
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue