Skip to content

Commit e3a9b2c

Browse files
authored
Update publish.py
1 parent 42fb65e commit e3a9b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def git_branch(metadata_file, article_file, article_doi):
188188

189189
# Check if metadata file is newer than pdf
190190
if os.path.getmtime(metadata_file) > os.path.getmtime(article_file):
191-
print("Metadata is newer than PDF, probably PDF needs to be rebuild")
191+
print("Metadata is newer than PDF, probably PDF needs to be rebuilt")
192192
sys.exit(0)
193193

194194
# Read article metadata

0 commit comments

Comments
 (0)