Skip to content

Commit

Permalink
Use address.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed Feb 5, 2017
1 parent bc4835a commit bc86a9d
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 @@ -92,7 +92,7 @@ func cleanup() {
}

func main() {
host := flag.String("host", "localhost", "beanstalkd host")
host := flag.String("host", "127.0.0.1", "beanstalkd host")
port := flag.String("port", "11300", "beanstalkd port")
flag.Parse()

Expand Down

0 comments on commit bc86a9d

Please sign in to comment.