Skip to content

Commit

Permalink
change message to clarify step
Browse files Browse the repository at this point in the history
  • Loading branch information
almenscorner committed Sep 28, 2023
1 parent 69f183f commit 96ca648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/run_intunecd.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def create_documentation(PATH, TENANT) -> None:
document = subprocess.run(cmd, shell=True)

if document.returncode != 0:
message = "Could not create documentation"
message = "Could not run documentation"
emit_message(message, "error", "backup", TENANT.id)
update_tenant_status_data(TENANT, "error", message)
db.session.commit()
Expand Down

0 comments on commit 96ca648

Please sign in to comment.