We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9378828 commit 64a5652Copy full SHA for 64a5652
terrareg/server/api/module_version_source_download.py
@@ -28,7 +28,7 @@ def _get(self, namespace, name, provider, version, presign=None):
28
# Remove last section of path (i.e. the file name)
29
del path_parts[-1]
30
31
- # If path ends with the presign key, remove it
+ # If path ends with the pre-sign key, remove it
32
if presign and path_parts[-1] == presign:
33
34
path = '/'.join(path_parts)
0 commit comments