Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts)
This commit is contained in:
Vincent Batts
2014-03-31 14:44:32 -04:00
parent 586e6c5eb9
commit 4e0014f582
+1 -1
View File
@@ -15,7 +15,7 @@ func ParseEnvFile(filename string) ([]string, error) {
if err != nil {
return []string{}, err
}
defer fh.Close()
defer fh.Close()
var (
lines []string = []string{}