Skip to content

Commit

Permalink
#182 [LS] - Improve error description.
Browse files Browse the repository at this point in the history
  • Loading branch information
steffano0 committed Jan 20, 2025
1 parent 58821c5 commit 927529a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (
errInvalidBinaryFile = errors.New("the defined binary file don't exists")
errBinaryAlreadyExists = errors.New("the binary already exists in the destination directory")
errDestinationIsNotADirectory = errors.New("the destination to copy the binary is not a directory")
errNoClientInConfiguredPath = errors.New("no Mumble binary in the configured path")
errNoClientInConfiguredPath = errors.New("mumble binary not found in the configured path. Please ensure the path is correctly set and the binary is accessible.")
)

type binary struct {
Expand Down

0 comments on commit 927529a

Please sign in to comment.