Skip to content

Commit 64a5652

Browse files
committed
Fix spelling of presign
Issue #547
1 parent 9378828 commit 64a5652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terrareg/server/api/module_version_source_download.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def _get(self, namespace, name, provider, version, presign=None):
2828
# Remove last section of path (i.e. the file name)
2929
del path_parts[-1]
3030

31-
# If path ends with the presign key, remove it
31+
# If path ends with the pre-sign key, remove it
3232
if presign and path_parts[-1] == presign:
3333
del path_parts[-1]
3434
path = '/'.join(path_parts)

0 commit comments

Comments
 (0)