Skip to content

Commit

Permalink
Fix initialization of commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pgporada committed Apr 24, 2024
1 parent ffe1bf5 commit b5285f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/boulder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import (
_ "github.com/letsencrypt/boulder/cmd/boulder-observer"
_ "github.com/letsencrypt/boulder/cmd/boulder-publisher"
_ "github.com/letsencrypt/boulder/cmd/boulder-ra"
_ "github.com/letsencrypt/boulder/cmd/boulder-remoteva"
_ "github.com/letsencrypt/boulder/cmd/boulder-sa"
_ "github.com/letsencrypt/boulder/cmd/boulder-va/rva"
_ "github.com/letsencrypt/boulder/cmd/boulder-va/va"
_ "github.com/letsencrypt/boulder/cmd/boulder-va"
_ "github.com/letsencrypt/boulder/cmd/boulder-wfe2"
_ "github.com/letsencrypt/boulder/cmd/caa-log-checker"
_ "github.com/letsencrypt/boulder/cmd/cert-checker"
Expand Down

0 comments on commit b5285f3

Please sign in to comment.