Skip to content

Commit 25785e4

Browse files
tweak
1 parent 3b9940b commit 25785e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ environment:
2020
init:
2121
ps: |
2222
$ErrorActionPreference = "Stop"
23-
Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1"
23+
Invoke-WebRequest https://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1"
2424
Import-Module '..\appveyor-tool.ps1'
2525
2626
install:

0 commit comments

Comments
 (0)