Fix spelling error in atlas post processor (#3499)
This commit is contained in:
parent
accd97cf0f
commit
2bcd276528
|
@ -181,7 +181,7 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac
|
||||||
path = longestCommonPrefix(fs)
|
path = longestCommonPrefix(fs)
|
||||||
if path == "" {
|
if path == "" {
|
||||||
return nil, false, fmt.Errorf(
|
return nil, false, fmt.Errorf(
|
||||||
"No common prefix for achiving files: %v", fs)
|
"No common prefix for archiving files: %v", fs)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Modify the archive options to only include the files
|
// Modify the archive options to only include the files
|
||||||
|
|
Loading…
Reference in New Issue