Skip to content

Commit

Permalink
avoid unnecessary error log
Browse files Browse the repository at this point in the history
since we fallback to embedded binary, this is not a fatal error and
unnecessarily confuses the user.
  • Loading branch information
ananthakumaran committed Jan 23, 2024
1 parent aca11d7 commit 8c6bdc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/binary/embed.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func LookPath(name string) (string, error) {
}
}

log.Error(err)
return "", err
}

Expand Down

0 comments on commit 8c6bdc9

Please sign in to comment.