Modifying success logs

This commit is contained in:
2023-10-03 13:40:34 +02:00
parent 6dd7f5bff7
commit 91b8d35220

View File

@@ -27,7 +27,7 @@ def update_stack(stack):
if ret > 0:
exit(ret)
print(f"{project_name} stack updated!\n")
print(f"Stack {project_name} updated!\n")
if __name__ == '__main__':