Skip to content

Commit

Permalink
Set default file to article.aml instead of .md (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewyu01 authored May 24, 2024
1 parent 60cdbab commit c747c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kerckhoff/packages/google_drive_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def create_package(session, package, existing=False):

file_payload = {
'parents': [{'id': folder_resource['id']}],
'title': "article.md",
'title': "article.aml",
'description': "Article data",
'mimeType': "application/vnd.google-apps.document"
}
Expand Down

0 comments on commit c747c4d

Please sign in to comment.