Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Jul 10, 2020
1 parent 6f51b12 commit 7e223f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/integrations/frappe_providers/frappecloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
def frappecloud_migrator(local_site):
print("Retreiving Site Migrator...")
remote_site = frappe.conf.frappecloud_url or "frappecloud.com"
request_url = "http://{}/api/method/press.api.script".format("gavin.frappe.cloud:8000")
request_url = "https://{}/api/method/press.api.script".format(remote_site)
request = requests.get(request_url)

if request.status_code / 100 != 2:
Expand Down

0 comments on commit 7e223f3

Please sign in to comment.