Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Rebased partner change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Anema committed Apr 13, 2020
1 parent daa0c6f commit 1f1b0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shopify-cli/helpers/partners_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def authenticated_req(ctx)
Tasks::AuthenticateIdentity.call(ctx)
retry
rescue API::APIRequestNotFoundError
ctx.error("error: Your account was not found. Please sign up at https://partners.shopify.com/signup")
ctx.abort("error: Your account was not found. Please sign up at https://partners.shopify.com/signup")
end

def api_client(ctx)
Expand Down

0 comments on commit 1f1b0e6

Please sign in to comment.