Skip to content

Commit

Permalink
to
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Zafran committed May 12, 2024
1 parent a64bf9f commit 72c1c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem/cache/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (cs *CacheServer) Serve(ctx context.Context,

host, port, err := net.SplitHostPort(listenAddr)
if err != nil {
utils.LavaFormatFatal("Failed parse Unix socket: %v\n", err)
utils.LavaFormatFatal("Failed to parse Unix socket: %v\n", err)
return
}

Expand Down

0 comments on commit 72c1c6c

Please sign in to comment.