lib/fulmar/domain/service/config_tests/paths.rb in fulmar-2.1.2 vs lib/fulmar/domain/service/config_tests/paths.rb in fulmar-2.2.0

- old
+ new

@@ -6,10 +6,10 @@ } end end target_test 'remote_path is set' do |config| - types = %w(rsync rsync_with_version) + types = %w[rsync rsync_with_version] if types.include?(config[:type]) && config[:remote_path].blank? - next {severity: :error, message: 'config is missing a remote path for rsync'} + next { severity: :error, message: 'config is missing a remote path for rsync' } end end