Skip to content

Commit 45ee5cc

Browse files
committed
Update apt.key tests for new wget changes.
1 parent 4b5381c commit 45ee5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"args": ["http://mykey"],
33
"commands": [
4-
"apt-key adv --fetch-keys http://mykey"
4+
"wget -O- http://mykey | apt-key add -"
55
]
66
}

0 commit comments

Comments
 (0)