Skip to content

Commit

Permalink
fixed line break
Browse files Browse the repository at this point in the history
  • Loading branch information
Grashalmbeisser committed Nov 8, 2024
1 parent 14eadab commit 1adfa7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/viur_cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def clean_base(app_id, author=None):
echo_info(subprocess.check_output("git branch -D main", shell=True).decode().rstrip("\n"))

subprocess.check_output("git branch -m main", shell=True)
echo_info(f"Current branch is: {subprocess.check_output(
'git branch --show-current', shell=True).decode().rstrip('\n')}")
echo_info(f"Current branch is: "
f"{subprocess.check_output('git branch --show-current', shell=True).decode().rstrip('\n')}")
echo_info("---")

echo_info("Generating project documentation...")
Expand Down

0 comments on commit 1adfa7b

Please sign in to comment.