Skip to content

Commit

Permalink
Update circup.py
Browse files Browse the repository at this point in the history
Updated to make the text a little nicer
  • Loading branch information
makermelissa committed Jan 5, 2021
1 parent 38ccbb4 commit de06e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circup.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ def update(all): # pragma: no cover
update_flag = all
if VERBOSE:
click.echo(
"device version:{} bundle version:{}".format(
"Device version: {}, Bundle version: {}".format(
module.device_version, module.bundle_version
)
)
Expand Down

0 comments on commit de06e72

Please sign in to comment.