Skip to content

Commit be391a9

Browse files
update rit github create branch formula display text
Signed-off-by: GuillaumeFalourd <[email protected]>
1 parent 37c2cad commit be391a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/create/branch/src/formula/formula.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ def run(token, owner, repository, branch, default):
6464
os.system(f"{input_flag_cmd}")
6565

6666
else:
67-
print("❌ Couldn't create the \033[36m{branch}\033[0m branch on the repository")
67+
print(f"❌ Couldn't create the \033[36m{branch}\033[0m branch on the repository")
6868
print (r2.status_code, r2.reason)

0 commit comments

Comments
 (0)