Skip to content

Commit 240033d

Browse files
committed
fix repo specs (#39)
1 parent 1b6b3e9 commit 240033d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/classes/repo_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'location' => "http://repos.mesosphere.io/#{operatingsystem.downcase}",
2020
'repos' => 'main',
2121
'release' => "#{lsbdistcodename}",
22-
'key' => '81026D0004C44CF7EF55ADF8DF7D54CBE56151BF',
22+
'key' => {'id'=>'81026D0004C44CF7EF55ADF8DF7D54CBE56151BF', 'server' => 'subkeys.pgp.net'},
2323
'include_src' => false
2424
)}
2525

0 commit comments

Comments
 (0)