Skip to content

Commit

Permalink
Include profile + url
Browse files Browse the repository at this point in the history
  • Loading branch information
pdodds committed Mar 7, 2024
1 parent 4975f17 commit 2c41e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kodexa_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def safe_entry_point():
try:
# Record the starting time of the function execution
start_time = datetime.now().replace(microsecond=0)
print(f"Using profile {KodexaPlatform.get_current_profile()} [{KodexaPlatform.get_url()}]\n")
print(f"Using profile {KodexaPlatform.get_current_profile()} @ {KodexaPlatform.get_url()}\n")

# Call the cli() function
cli()
Expand Down

0 comments on commit 2c41e03

Please sign in to comment.