Skip to content

Commit

Permalink
make listen URL clickable in iTerm (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorwwwwwwwwwwwwwwwwwwww authored Apr 15, 2020
1 parent 6d209ff commit 4754d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ go get github.com/hound-search/hound/cmds/...
2015/03/13 09:07:42 Searcher started for statsd
2015/03/13 09:07:42 Searcher started for Hound
2015/03/13 09:07:42 All indexes built!
2015/03/13 09:07:42 running server at http://localhost:6080...
2015/03/13 09:07:42 running server at http://localhost:6080
```

### Using Docker (1.4+)
Expand Down
2 changes: 1 addition & 1 deletion cmds/houndd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func main() {
}
}

info_log.Printf("running server at http://%s...\n", host)
info_log.Printf("running server at http://%s\n", host)

// Fully enable the web server now that we have indexes
panic(ws.ServeWithIndex(idx))
Expand Down

0 comments on commit 4754d5a

Please sign in to comment.