Skip to content

Commit

Permalink
Change code maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
prdoyle committed Nov 5, 2023
1 parent 5540b71 commit ea9c51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (
func main() {
var debug bool

flag.BoolVar(&debug, "debug", false, "set to true to run the provider with support for debuggers like delve")
flag.BoolVar(&debug, "debug", false, "set to true to run the provider with support for debuggers like delve; also PAT WAS HERE")
flag.Parse()

opts := providerserver.ServeOpts{
Expand Down

0 comments on commit ea9c51f

Please sign in to comment.