mirror of
https://github.com/inspec/inspec
synced 2024-11-11 07:34:15 +00:00
Missing end quote in oracledb_session (#4852)
Missing end quote in oracledb_session
This commit is contained in:
commit
31d2383285
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