From f79125f9ac44b2b6757a798bbe75bc915a73222d Mon Sep 17 00:00:00 2001 From: Samuel Sciolla Date: Tue, 16 Apr 2024 11:53:19 -0400 Subject: [PATCH] Fix missed usage of get_value without key --- lib/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.rb b/lib/config.rb index 2f97f61..028ecef 100644 --- a/lib/config.rb +++ b/lib/config.rb @@ -238,7 +238,7 @@ def self.create_remote_config(data) ) when :file_system FileSystemRemoteConfig.new( - remote_path: settings.get_value("FILE_SYSTEM_REMOTE_PATH") + remote_path: settings.get_value(key: "FILE_SYSTEM_REMOTE_PATH") ) when :sftp SftpRemoteConfig.new(