Skip to content

Commit

Permalink
Minor change for commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
volkan-aslan committed Jul 16, 2024
1 parent 701c686 commit 2177bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DocumentGenerator/DocumentGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def complete_yaml_creation(self):
repo = Repo(docs_path)
repo.git.add("index.html")
repo.git.add("{}".format(branch_name))
repo.index.commit("{} Documentation for ".format(branch_name))
repo.index.commit("{} Documentation".format(branch_name))
repo.remote().push()
log.Info("Script Completed Successfully")

0 comments on commit 2177bcc

Please sign in to comment.