Skip to content

Commit 314d674

Browse files
author
Sean OMeara
committed
removing override on source provider
1 parent 3ac8445 commit 314d674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/provider_git_client_source.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class GitClient
44
class Source < Chef::Provider::GitClient
55
include Chef::DSL::IncludeRecipe
66

7-
provides :git_client, os: 'linux', override: true if respond_to?(:provides)
7+
provides :git_client, os: 'linux' if respond_to?(:provides)
88

99
action :install do
1010
return "#{node['platform']} is not supported by the #{cookbook_name}::#{recipe_name} recipe" if node['platform'] == 'windows'

0 commit comments

Comments
 (0)