Skip to content

Commit

Permalink
fix get-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
et-nik committed Feb 16, 2024
1 parent 1beef0e commit a3edac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/components/customhandlers/get_tool.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ func (g *GetTool) Handle(ctx context.Context, args []string, out io.Writer, _ co
return int(domain.ErrorResult), errors.WithMessage(err, "[components.GetTool] failed to chmod tool")
}

return int(domain.ErrorResult), nil
return int(domain.SuccessResult), nil
}

0 comments on commit a3edac9

Please sign in to comment.