diff --git a/internal/copy/copy_file.go b/internal/copy/copy_file.go index 00697391f0..bbbd490981 100644 --- a/internal/copy/copy_file.go +++ b/internal/copy/copy_file.go @@ -8,8 +8,6 @@ import ( "os" ) -// From: https://gist.github.com/m4ng0squ4sh/92462b38df26839a3ca324697c8cba04 - // CopyFile copies the contents of the file named src to the file named // by dst. The file will be created if it does not already exist. If the // destination file exists, all it's contents will be replaced by the contents