Merge branch 'master' into patch-2

This commit is contained in:
Mat Ryer
2018-03-07 16:15:58 +00:00
committed by GitHub

View File

@@ -54,6 +54,6 @@ func main() {
}
// create the file
if len(*outFile) > 0 {
err = ioutil.WriteFile(*outFile, buf.Bytes(), 0777)
err = ioutil.WriteFile(*outFile, buf.Bytes(), 0644)
}
}