Skip to content

Commit 3c67dbf

Browse files
committed
fix gitignore
1 parent 4e363db commit 3c67dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitignore.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ $params = $list -join ","
66

77
if(!$params) { $usage ;exit 1 }
88

9-
invoke-WebRequest -Uri "http://gitignore.io/api/$params" | select -expandproperty content
9+
invoke-restmethod -uri "https://www.gitignore.io/api/$params"
1010

1111
exit 0

0 commit comments

Comments
 (0)