Fix build failure when there is no packer-manifest.json file

pull/3651/head
Chris Bednarski 10 years ago
parent 9aab66b971
commit 19057028cf

@ -120,5 +120,5 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, source packer.Artifact) (packe
return source, true, fmt.Errorf("Unable to marshal JSON %s", err)
}
return source, true, err
return source, true, nil
}

Loading…
Cancel
Save