Skip to content

Commit

Permalink
fix collection reference in save cnm
Browse files Browse the repository at this point in the history
  • Loading branch information
torimcd committed May 29, 2024
1 parent 10d3113 commit 02f4d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bignbit/save_cnm_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def process(self):
"""
pobit_audit_bucket = self.config['pobit_audit_bucket']

collection_name = self.config['collection_name']
collection_name = self.config['collection']
granule_ur = self.config['granule_ur']

cnm_content = self.input
Expand Down

0 comments on commit 02f4d1b

Please sign in to comment.