Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pherrymason committed Sep 13, 2024
1 parent d163069 commit 96c9d6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/internal/c3c/c3c.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func CheckC3ErrorsCommand(c3Options C3Opts, projectPath string) (bytes.Buffer, b
if len(c3Options.CompileArgs) > 0 {
args = append(args, c3Options.CompileArgs...)
}
log.Printf("C3C arguments used:", args)

command := exec.Command(binary, args...)
command.Dir = projectPath
Expand Down

0 comments on commit 96c9d6b

Please sign in to comment.