diff --git a/cli/main.go b/cli/main.go index 9e94c33..e7da5b4 100644 --- a/cli/main.go +++ b/cli/main.go @@ -178,7 +178,7 @@ func main() { endpoint = v } else { // TODO: Change to AWS endpoint - endpoint = "https://hfsubset-e9kvx.ondigitalocean.app/" + endpoint = "https://hfsubset-e9kvx.ondigitalocean.app" } resp := makeRequest(endpoint, opts, bar)