mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-10 17:20:26 -04:00
Fix format
This commit is contained in:
parent
e020da49f3
commit
f2c8e8491c
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ func TestStepDownload_download(t *testing.T) {
|
|||
if err != nil {
|
||||
t.Fatalf("Bad: non expected error %s", err.Error())
|
||||
}
|
||||
if filepath.Ext(path) != "." + step.Extension {
|
||||
if filepath.Ext(path) != "."+step.Extension {
|
||||
t.Fatalf("bad: path should contain extension %s but it was %s", step.Extension, filepath.Ext(path))
|
||||
}
|
||||
os.RemoveAll(step.TargetPath)
|
||||
|
|
|
|||
Loading…
Reference in a new issue