Skip to content

Commit

Permalink
fix: seeder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Mehr committed Mar 17, 2024
1 parent 2ca58d8 commit 0efe613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/management/commands/seeder.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def handle(self, *args, **kwargs):
print("Created folder")

# Create the documents
print("Syncing related documents with source")
print("Syncing related documents with source...")
folder.sync_related_docs_with_source()
print("Synced related documents with source")

Expand Down

0 comments on commit 0efe613

Please sign in to comment.