From b105e5e4166cd320d38359e9488587634d474a3c Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Fri, 2 Oct 2020 09:17:29 -0700 Subject: [PATCH] Update common/step_create_cdrom.go Co-authored-by: Wilken Rivera --- common/step_create_cdrom.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/step_create_cdrom.go b/common/step_create_cdrom.go index 4655fcd8f..3a350cce9 100644 --- a/common/step_create_cdrom.go +++ b/common/step_create_cdrom.go @@ -237,7 +237,7 @@ func (s *StepCreateCD) AddFile(dst, src string) error { } // file is a directory, so we need to parse the filename into a path to - // dicard and a basename + // discard and a basename discardPath, _ := filepath.Split(src) // Add a directory and its subdirectories