Skip to content

Commit

Permalink
Retry buildable
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyouwen committed Feb 29, 2024
1 parent d978210 commit 97961d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func parseTimeout(val string) (time.Duration, error) {
}

func runRegister(cmd *Command, args []string) *ErrorStatus {
if _, ok := cli.(*UncachedHTTPClient); ok {
if _, ok := cli.(*HTTPClient); !ok {

Check failure on line 60 in client/register.go

View workflow job for this annotation

GitHub Actions / Analyze (go)

undefined: HTTPClient

Check failure on line 60 in client/register.go

View workflow job for this annotation

GitHub Actions / Build

undefined: HTTPClient
fmt.Println("Cannot Register in No Cache mode")
return nil
}
Expand Down

0 comments on commit 97961d5

Please sign in to comment.