質問編集履歴
1
typo
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
'https://xxx/xxx.zip',
|
14
14
|
|
15
|
-
http_basic_authentication: ['usename', 'password']
|
15
|
+
http_basic_authentication: ['username', 'password']
|
16
16
|
|
17
17
|
) {|f|
|
18
18
|
|
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
URI.parse('https://xxx/xxx.zip').open(
|
28
28
|
|
29
|
-
http_basic_authentication:
|
29
|
+
http_basic_authentication: ['username', 'password']
|
30
30
|
|
31
31
|
) {|f2|
|
32
32
|
|