Skip to content

Commit 4754d5a

Browse files
make listen URL clickable in iTerm (#340)
1 parent 6d209ff commit 4754d5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ go get github.com/hound-search/hound/cmds/...
2525
2015/03/13 09:07:42 Searcher started for statsd
2626
2015/03/13 09:07:42 Searcher started for Hound
2727
2015/03/13 09:07:42 All indexes built!
28-
2015/03/13 09:07:42 running server at http://localhost:6080...
28+
2015/03/13 09:07:42 running server at http://localhost:6080
2929
```
3030

3131
### Using Docker (1.4+)

cmds/houndd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func main() {
164164
}
165165
}
166166

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

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

0 commit comments

Comments
 (0)