Skip to content

Commit

Permalink
Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
spacez320 committed Jun 11, 2024
1 parent 33acae6 commit 51016e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/external.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func getPromInstance() (localIP string, err error) {
// Make a dummy request to get the default outbound IP. Kind of hacky.
conn, err := net.Dial("udp", DUMMY_OUTBOUND_ADDR)
if err != nil {
// We couldn't make anoutbound connection--try to just list interfaces and grab the first one.
// We couldn't make an outbound connection--try to just list interfaces and grab the first one.
localAddrs, err = net.InterfaceAddrs()
if err != nil {
return "", err
Expand Down

0 comments on commit 51016e6

Please sign in to comment.