Skip to content

Commit

Permalink
Поправил расширение
Browse files Browse the repository at this point in the history
  • Loading branch information
thedemoncat committed Mar 28, 2021
1 parent f722f03 commit d78c60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func (c *getCmd) extractFiles(files []string) error {

var mErr error
for _, file := range files {
if strings.ToLower(filepath.Ext(file)) != ".tar.gz" {
if strings.ToLower(filepath.Ext(file)) != ".gz" {
continue
}

Expand Down

0 comments on commit d78c60f

Please sign in to comment.