Skip to content

Commit eaf9b68

Browse files
ezr-ondrejadamruzicka
authored andcommitted
Refs #32774 - use SmartProxyDynflow
Drop last usages of SmartProxyDynflowCore
1 parent 7dbfb29 commit eaf9b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def ssh_options
278278
ssh_options[:user_known_hosts_file] = prepare_known_hosts if @host_public_key
279279
ssh_options[:number_of_password_prompts] = 1
280280
ssh_options[:verbose] = settings[:ssh_log_level]
281-
ssh_options[:logger] = Proxy::RemoteExecution::Ssh::LogFilter.new(SmartProxyDynflowCore::Log.instance)
281+
ssh_options[:logger] = Proxy::RemoteExecution::Ssh::LogFilter.new(Proxy::Dynflow::Log.instance)
282282
return ssh_options
283283
end
284284

0 commit comments

Comments
 (0)