Skip to content

Commit

Permalink
Remove trailing reference to user.full_name
Browse files Browse the repository at this point in the history
  • Loading branch information
bremoran committed Sep 11, 2018
1 parent f8cd593 commit 989f394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/device_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def inner(options):
" Generting a new developer certificate."
)
dev_cert_info = CertificatesAPI().add_developer_certificate(
"mbed-cli-auto {}".format(user.full_name),
"mbed-cli-auto {}".format(api_key.name),
description="cetificate auto-generated by Mbed CLI"
)
LOG.info("Writing developer certificate %s into c file "
Expand Down

0 comments on commit 989f394

Please sign in to comment.