Skip to content

Commit

Permalink
Fix comments on PR #48.
Browse files Browse the repository at this point in the history
  • Loading branch information
J.C. Jones committed Mar 23, 2015
1 parent 29d110c commit 6a98f2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _cgo_export.*

_testmain.go

*.swp
*.sw?
*.exe
*.test
*.prof
Expand Down
2 changes: 1 addition & 1 deletion cmd/boulder-ra/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

func main() {
app := cmd.NewAppShell("boulder-sa")
app := cmd.NewAppShell("boulder-ra")
app.Action = func(c cmd.Config) {
ch := cmd.AmqpChannel(c.AMQP.Server)

Expand Down
2 changes: 1 addition & 1 deletion cmd/boulder-wfe/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

func main() {
app := cmd.NewAppShell("boulder-sa")
app := cmd.NewAppShell("boulder-wfe")
app.Action = func(c cmd.Config) {
ch := cmd.AmqpChannel(c.AMQP.Server)

Expand Down

0 comments on commit 6a98f2d

Please sign in to comment.