This commit is contained in:
Paul Gauthier 2023-05-08 23:02:14 -07:00
parent 1c881cd574
commit 6fcf4ff0e7

View file

@ -54,7 +54,7 @@ class Coder:
for fname in files:
fname = Path(fname)
if not fname.exists():
self.console.print(f"[red]Creating {fname}")
self.console.print(f"[red]Creating {fname}")
fname.touch()
else:
self.console.print(f"[red]Loading {fname}")
@ -110,7 +110,7 @@ class Coder:
)
else:
self.console.print(
f"[red bold]Skipped adding new files to the git repo."
"[red bold]Skipped adding new files to the git repo."
)
return