Skip to content

Commit 71a9cc0

Browse files
committed
fixing simple_get_provider_spec
1 parent b1987cb commit 71a9cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/resource_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def self.instances
248248
provider(type_definition.name)
249249

250250
initial_fetch = if type_definition.feature?('simple_get_filter')
251-
my_provider.get(context, [])
251+
my_provider.get(context, nil)
252252
else
253253
my_provider.get(context)
254254
end

0 commit comments

Comments
 (0)