You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a plugin fails to install due to network errors, it returns a 0 exit code.
Reason: failed to do request: Head "https://us-docker.pkg.dev/v2/steampipe/plugins/turbot/uptimerobot/manifests/latest": dial tcp: lookup us-docker.pkg.dev: no such host
> echo $?
0
The text was updated successfully, but these errors were encountered:
When a plugin fails to install due to network errors, it returns a 0 exit code.
The text was updated successfully, but these errors were encountered: