Skip to content

Commit

Permalink
Forgot some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Sep 18, 2024
1 parent e134a7e commit eff6079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/toolexec.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var Toolexec = &cli.Command{
return err
}

log.Tracef("Toolexec final command: %q/n", proxyCmd.Args())
log.Tracef("Toolexec final command: %q\n", proxyCmd.Args())
return proxy.RunCommand(proxyCmd)
},
}
1 change: 1 addition & 0 deletions internal/toolexec/proxy/compile.flags.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eff6079

Please sign in to comment.