Skip to content

Commit

Permalink
Non-null value required to address #258 (#259)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Rycar <rycar@chef.io>
  • Loading branch information
ChefRycar authored and alexpop committed Jul 18, 2017
1 parent e531084 commit 41779ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/default/vendor/chef-automate/fetcher.rb
Expand Up @@ -61,7 +61,7 @@ def initialize(url, opts)
'token' => opts['token'],
'server_type' => 'automate',
'automate' => {
'ent' => '',
'ent' => 'default',
'token_type' => 'dctoken',
},
}
Expand Down

0 comments on commit 41779ab

Please sign in to comment.