diff --git a/cmd/survey/tasks/codingTask.go b/cmd/survey/tasks/codingTask.go index 0cf1372..9d3110d 100644 --- a/cmd/survey/tasks/codingTask.go +++ b/cmd/survey/tasks/codingTask.go @@ -63,9 +63,7 @@ func (t *CodingTask) Setup(ctx context.Context) error { return err } - content := textFileContent - - if err := os.WriteFile("./code.txt", []byte(content), 0644); err != nil { + if err := os.WriteFile("./code.txt", []byte(textFileContent), 0644); err != nil { return err }