Skip to content

Commit

Permalink
Merge pull request #77 from k1LoW/support-x-gtar
Browse files Browse the repository at this point in the history
Support application/x-gtar
  • Loading branch information
k1LoW authored May 10, 2023
2 parents 93b422e + f83bd71 commit b607127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gh/gh.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ var supportContentType = []string{
"application/x-zip-compressed",
// tar.gz
"application/gzip",
"application/x-gtar",
"application/x-gzip",
// tar.bz2
"application/x-bzip2",
Expand Down

0 comments on commit b607127

Please sign in to comment.