Skip to content

Commit

Permalink
Не верное условие
Browse files Browse the repository at this point in the history
  • Loading branch information
thedemoncat committed Mar 22, 2021
1 parent 88b3746 commit 5a42634
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)) != ".tar.gz" {
continue
}

Expand Down

0 comments on commit 5a42634

Please sign in to comment.