Skip to content

Commit

Permalink
chore: update copywriting
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoyang committed Dec 6, 2023
1 parent aaf3d89 commit 525942a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/PhatBaseCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export default abstract class PhatBaseCommand extends BaseCommand {
pruntimeURL: this.parsedFlags.pruntimeUrl,
})
const cert = await signCertificate({ pair })
this.action.stop()
this.action.succeed(`Connected to the endpoint: ${endpoint}`)
return [registry.api, registry, cert]
}

Expand Down

0 comments on commit 525942a

Please sign in to comment.