Skip to content

Commit

Permalink
#11 fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy committed Aug 21, 2020
1 parent 6768def commit 5af44bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/archive.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func gunzip(baseDir string, gzipStream io.Reader) error {
}

default:
return fmt.Errorf("ExtractTarGz: uknown type: %s in %s", header.Typeflag, header.Name)
return fmt.Errorf("ExtractTarGz: uknown type: %b in %s", header.Typeflag, header.Name)
}

}
Expand Down

0 comments on commit 5af44bf

Please sign in to comment.