Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts)
This commit is contained in:
Vincent Batts 2014-02-20 15:34:45 -05:00
parent 586e6c5eb9
commit 4e0014f582
1 changed files with 1 additions and 1 deletions

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{}