We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e363db commit 3c67dbfCopy full SHA for 3c67dbf
gitignore.ps1
@@ -6,6 +6,6 @@ $params = $list -join ","
6
7
if(!$params) { $usage ;exit 1 }
8
9
-invoke-WebRequest -Uri "http://gitignore.io/api/$params" | select -expandproperty content
+invoke-restmethod -uri "https://www.gitignore.io/api/$params"
10
11
exit 0
0 commit comments