Fix lint errors

This commit is contained in:
Wilken Rivera 2021-02-05 16:46:24 -05:00
parent ef4d35097b
commit 39d550054d
1 changed files with 0 additions and 1 deletions

View File

@ -178,7 +178,6 @@ func (c *PluginConfig) discoverExternalComponents(path string) error {
if len(externallyUsed) > 0 {
sort.Strings(externallyUsed)
log.Printf("using external datasource %v", externallyUsed)
externallyUsed = nil
}
pluginPaths, err = c.discoverSingle(filepath.Join(path, "packer-plugin-*"))