Skip to content

Commit

Permalink
fix load github yaml error
Browse files Browse the repository at this point in the history
Signed-off-by: panxunying <[email protected]>
  • Loading branch information
panxunying committed Apr 19, 2022
1 parent 9455941 commit a88bb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/shared/client/systemconfig/codehost.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (c *Client) UpdateCodeHost(id int, codehost *CodeHost) error {
}

func (c *Client) GetCodeHostByAddressAndOwner(address, owner, source string) (*CodeHost, error) {
url := "/codehosts"
url := "/codehosts/internal"

res := make([]*CodeHost, 0)

Expand Down

0 comments on commit a88bb48

Please sign in to comment.