refactor(tvix/nar-bridge): mv nar-bridge{,-http}
Rename the nar-bridge CLI to nar-bridge-http, because it's the one spinning up an http server. Change-Id: I0fb75c50e4299272a128dd5ecaa4be8f06fa3dbe Reviewed-on: https://cl.tvl.fyi/c/depot/+/9538 Reviewed-by: Connor Brewster <cbrewster@hey.com> Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
parent
c18ff1a270
commit
8239f32b62
3 changed files with 4 additions and 4 deletions
|
|
@ -55,7 +55,7 @@ func main() {
|
|||
30,
|
||||
)
|
||||
|
||||
log.Printf("Starting nar-bridge at %v", cli.ListenAddr)
|
||||
log.Printf("Starting nar-bridge-http at %v", cli.ListenAddr)
|
||||
go s.ListenAndServe(cli.ListenAddr)
|
||||
|
||||
// listen for the interrupt signal.
|
||||
Loading…
Add table
Add a link
Reference in a new issue