Skip to content

Commit 63d2058

Browse files
committed
Fix missing CR in settings
1 parent c736653 commit 63d2058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geonode/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2179,4 +2179,4 @@ def get_geonode_catalogue_service():
21792179
UPSERT_LOG_LOCATION = os.getenv("UPSERT_LOG_LOCATION", "/tmp")
21802180

21812181
FILE_UPLOAD_DIRECTORY_PERMISSIONS = 0o777
2182-
FILE_UPLOAD_PERMISSIONS = 0o777
2182+
FILE_UPLOAD_PERMISSIONS = 0o777

0 commit comments

Comments
 (0)