Skip to content

Commit 5cf8653

Browse files
Merge pull request #26 from sat-utils/develop
fix syntax
2 parents e0a9ae2 + 0f562ee commit 5cf8653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_sentinel/sentinel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_collection(self):
5454
def get_collection_link(self):
5555
""" Return a STAC link to STAC Collection JSON from GitHub repo """
5656
repo_url = 'https://raw.githubusercontent.com/sat-utils/sat-stac-sentinel'
57-
collection_url = repo_url + '/%s/stac_sentinel/%s.json' % (__version__), self.collection)
57+
collection_url = repo_url + '/%s/stac_sentinel/%s.json' % (__version__, self.collection)
5858
return {
5959
'rel': 'collection',
6060
'type': 'application/json',

0 commit comments

Comments
 (0)