Skip to content

Commit

Permalink
typo: default directory str was splitted
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jan 11, 2024
1 parent e255a0a commit 4e0fb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis_resource_sharing/repository_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class RepositoryManager(QObject):
"""Class to handle repositories."""

DIRECTORY_URL = (
"https://raw.githubusercontent.com/qgis/" "QGIS-Resources/master/directory.csv"
"https://raw.githubusercontent.com/qgis/QGIS-Resources/master/directory.csv"
)

def __init__(self):
Expand Down

0 comments on commit 4e0fb5a

Please sign in to comment.