Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Feb 1, 2019
1 parent 655d3aa commit d039491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ames/matchers/update_datacite.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def update_datacite_media(username,password,collection,prefix):
dataset.update(collection,'mediaupdate',{'mediaupdate':today})
keys.remove('mediaupdate')
else:
#Arbitrary old date - everythign will be updated
#Arbitrary old date - everything will be updated
update = date(2011,1,1)
dataset.create(collection,'mediaupdate',{'mediaupdate':today})
for k in keys:
Expand Down

0 comments on commit d039491

Please sign in to comment.